summaryrefslogtreecommitdiffstats
path: root/share/man/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-09 18:41:38 +0000
committerwollman <wollman@FreeBSD.org>1994-08-09 18:41:38 +0000
commit7a77128a944f19f2b6e954027ebfd94821a2cbdc (patch)
treea789ebcbc81f6d3ec627944485520f34caa8826e /share/man/Makefile
parent815a22f28ffbbff922fb69bb799f42fe49305558 (diff)
downloadFreeBSD-src-7a77128a944f19f2b6e954027ebfd94821a2cbdc.zip
FreeBSD-src-7a77128a944f19f2b6e954027ebfd94821a2cbdc.tar.gz
Make man page installation work for ``unattached'' and kernel pages.
Diffstat (limited to 'share/man/Makefile')
-rw-r--r--share/man/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/share/man/Makefile b/share/man/Makefile
index 8af1d3f..303f28f 100644
--- a/share/man/Makefile
+++ b/share/man/Makefile
@@ -4,17 +4,17 @@
SUBDIR= man1 man3 man4 man5 man7 man8
SEDF= /usr/share/man/makewhatis.sed
-afterinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 makewhatis.sed \
- ${DESTDIR}${SEDF}
-
-makedb:
- find /usr/share/man -type f -name '*.0' -print | \
- while read file; \
- do \
- sed -n -f ${SEDF} $$file; \
- done | col -b | sort -u > /tmp/whatis.db
- install -o ${BINOWN} -g ${BINGRP} -m 444 /tmp/whatis.db \
- ${DESTDIR}/usr/share/man
-
+#afterinstall:
+# install -c -o ${BINOWN} -g ${BINGRP} -m 444 makewhatis.sed \
+# ${DESTDIR}${SEDF}
+#
+#makedb:
+# find /usr/share/man -type f -name '*.0' -print | \
+# while read file; \
+# do \
+# sed -n -f ${SEDF} $$file; \
+# done | col -b | sort -u > /tmp/whatis.db
+# install -o ${BINOWN} -g ${BINGRP} -m 444 /tmp/whatis.db \
+# ${DESTDIR}/usr/share/man
+#
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud