summaryrefslogtreecommitdiffstats
path: root/share/man/man0/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-05-25 19:36:09 +0000
committermarkm <markm@FreeBSD.org>2002-05-25 19:36:09 +0000
commitc23d71a3554dd96732f409c3956d8a2aed2ad182 (patch)
tree17fad420a0f24c8083026bd476e1e5efb525c392 /share/man/man0/Makefile
parentafb615dae09d963425b31a574aa890f275485cc9 (diff)
downloadFreeBSD-src-c23d71a3554dd96732f409c3956d8a2aed2ad182.zip
FreeBSD-src-c23d71a3554dd96732f409c3956d8a2aed2ad182.tar.gz
This directory (whis was supposed to do indexes etc for the printable
documentation) hasn't had its nappies changed since FreeBSD-2.0, and is now starting to smell rather ripe. Its dependant on ancient and removed tools, and the last maintainer can't remember looking at it 1 1/2 years ago. If we need it, its in the Attic. Discussed with: asmodai
Diffstat (limited to 'share/man/man0/Makefile')
-rw-r--r--share/man/man0/Makefile70
1 files changed, 0 insertions, 70 deletions
diff --git a/share/man/man0/Makefile b/share/man/man0/Makefile
deleted file mode 100644
index 688c43f..0000000
--- a/share/man/man0/Makefile
+++ /dev/null
@@ -1,70 +0,0 @@
-#
-# Copyright (c) 1986, 1993 Regents of the University of California.
-# All rights reserved.
-#
-# From: @(#)Makefile 8.2 (Berkeley) 1/29/94
-# $FreeBSD$
-#
-SRCS= man1 man2 man3 man4 man5 man6 man7 man8
-
-MACROS= -ms
-PRINTER=ps
-TBL= tbl
-TROFF= groff
-
-all: title.urm.${PRINTER} title.prm.${PRINTER}
-
-print: title.urm.${PRINTER} title.prm.${PRINTER}
- lpr -${PRINTER} title.urm.${PRINTER}
- lpr -${PRINTER} title.prm.${PRINTER}
-
-title.urm.${PRINTER}: title.urm ptxx
- ${TBL} title.urm | ${TROFF} ${MACROS} >title.urm.${PRINTER}
-
-title.prm.${PRINTER}: ${SRCS} title.prm ptxx
- ${TROFF} title.prm >title.prm.${PRINTER}
-
-ptxx:
- ./tocrc
-
-man1pages: man1
- rm -f man1.out
- for i in `cat man1`; do \
- sed -f groff.sed $$i | groff -man >>man1pages; \
- done;
-
-man2pages: man2
- rm -f man2.out
- for i in `cat man2`; do groff -man $$i >>man2pages; done;
-
-man3pages: man3
- rm -f man3.out
- for i in `cat man3`; do groff -man $$i >>man3pages; done;
-
-man4pages: man4
- rm -f man4.out
- for i in `cat man4`; do groff -man $$i >>man4pages; done;
-
-man5pages: man5
- rm -f man5.out
- for i in `cat man5`; do \
- sed -f groff.sed $$i | groff -man >>man5pages; \
- done;
-
-man6pages: man6
- rm -f man6.out
- for i in `cat man6`; do groff -man $$i >>man6pages; done;
-
-man7pages: man7
- rm -f man7.out
- for i in `cat man7`; do \
- sed -f groff.sed $$i | groff -man >>man7pages; \
- done;
-
-man8pages: man8
- rm -f man8.out
- for i in `cat man8`; do groff -man $$i >>man8pages; done;
-
-clean:
- rm -f title.urm.${PRINTER} title.prm.${PRINTER} toc? tocx? ptxx \
- *.spell errs Errs make.out
OpenPOWER on IntegriCloud