Install manpage version of texinfo documentation for binutils

This commit is contained in:
Baptiste Daroussin 2015-03-02 17:24:04 +00:00
parent 7bb36fb551
commit 9ddafbe276
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279529
4 changed files with 12 additions and 9 deletions

View File

@ -38,6 +38,10 @@
# xargs -n1 | sort | uniq -d; # xargs -n1 | sort | uniq -d;
# done # done
# 20150302: binutils documentation distributed as a manpage
OLD_FILES+=usr/share/doc/binutils/as.txt
OLD_FILES+=usr/share/doc/binutils/ld.txt
OLD_DIRS+=usr/share/doc/binutils
# 20150222: Removed bcd(6) and ppt(6) # 20150222: Removed bcd(6) and ppt(6)
OLD_FILES+=usr/bin/bcd OLD_FILES+=usr/bin/bcd
OLD_FILES+=usr/bin/ppt OLD_FILES+=usr/bin/ppt

View File

@ -181,8 +181,6 @@
.. ..
atm atm
.. ..
binutils
..
legal legal
intel_ipw intel_ipw
.. ..

View File

@ -2,11 +2,10 @@
.include "../Makefile.inc0" .include "../Makefile.inc0"
.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld .PATH: ${SRCDIR}/gas/doc \
${SRCDIR}/ld \
${SRCDIR}/binutils/doc
FILESGROUPS= TOP MAN= ld.7 ldint.7 as.7 binutils.7
TOPDIR= ${SHAREDIR}/doc/binutils
TOP= as.txt ld.txt
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -200,13 +200,15 @@ OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsc
OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsw OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsw
OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xu OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xu
OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xw OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xw
OLD_FILES+=usr/share/doc/binutils/as.txt
OLD_FILES+=usr/share/doc/binutils/ld.txt
OLD_FILES+=usr/share/man/man1/as.1.gz OLD_FILES+=usr/share/man/man1/as.1.gz
OLD_FILES+=usr/share/man/man1/ld.1.gz OLD_FILES+=usr/share/man/man1/ld.1.gz
OLD_FILES+=usr/share/man/man1/objcopy.1.gz OLD_FILES+=usr/share/man/man1/objcopy.1.gz
OLD_FILES+=usr/share/man/man1/objdump.1.gz OLD_FILES+=usr/share/man/man1/objdump.1.gz
OLD_FILES+=usr/share/man/man1/readelf.1.gz OLD_FILES+=usr/share/man/man1/readelf.1.gz
OLD_FILES+=usr/share/man/man7/as.7.gz
OLD_FILES+=usr/share/man/man7/ld.7.gz
OLD_FILES+=usr/share/man/man7/ldint.7.gz
OLD_FILES+=usr/share/man/man7/binutils.7.gz
.endif .endif
.if ${MK_BLUETOOTH} == no .if ${MK_BLUETOOTH} == no