diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-02 17:24:04 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-02 17:24:04 +0000 |
commit | 4bf7df989ef18b4641621b174167c5f32d80770b (patch) | |
tree | f4519165f6d3a5b29a862800d93b2f1a62e40ad3 /tools/build | |
parent | 16e0d32606b992822b1daf6dece064edf6517305 (diff) | |
download | FreeBSD-src-4bf7df989ef18b4641621b174167c5f32d80770b.zip FreeBSD-src-4bf7df989ef18b4641621b174167c5f32d80770b.tar.gz |
Install manpage version of texinfo documentation for binutils
Diffstat (limited to 'tools/build')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 61369b5..455d9bd 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -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 |