Install manpage version of texinfo documentation for binutils
This commit is contained in:
parent
7bb36fb551
commit
9ddafbe276
@ -38,6 +38,10 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# 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)
|
||||
OLD_FILES+=usr/bin/bcd
|
||||
OLD_FILES+=usr/bin/ppt
|
||||
|
@ -181,8 +181,6 @@
|
||||
..
|
||||
atm
|
||||
..
|
||||
binutils
|
||||
..
|
||||
legal
|
||||
intel_ipw
|
||||
..
|
||||
|
@ -2,11 +2,10 @@
|
||||
|
||||
.include "../Makefile.inc0"
|
||||
|
||||
.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld
|
||||
.PATH: ${SRCDIR}/gas/doc \
|
||||
${SRCDIR}/ld \
|
||||
${SRCDIR}/binutils/doc
|
||||
|
||||
FILESGROUPS= TOP
|
||||
|
||||
TOPDIR= ${SHAREDIR}/doc/binutils
|
||||
TOP= as.txt ld.txt
|
||||
MAN= ld.7 ldint.7 as.7 binutils.7
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -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.xu
|
||||
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/ld.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/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
|
||||
|
||||
.if ${MK_BLUETOOTH} == no
|
||||
|
Loading…
Reference in New Issue
Block a user