summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-20 13:53:22 +0000
committerru <ru@FreeBSD.org>2002-05-20 13:53:22 +0000
commit7d35224a4fb74e0c867aec5550cb8c5587cab297 (patch)
tree0d632995a96c66cce5fd14ddd6b0d07eaee63213
parent3562e84b05f8a6517d730d2d8edda41297d131c3 (diff)
downloadFreeBSD-src-7d35224a4fb74e0c867aec5550cb8c5587cab297.zip
FreeBSD-src-7d35224a4fb74e0c867aec5550cb8c5587cab297.tar.gz
Build this document in a standard way.
-rw-r--r--share/doc/usd/21.troff/Makefile32
1 files changed, 2 insertions, 30 deletions
diff --git a/share/doc/usd/21.troff/Makefile b/share/doc/usd/21.troff/Makefile
index 52348cf..e4fbf35 100644
--- a/share/doc/usd/21.troff/Makefile
+++ b/share/doc/usd/21.troff/Makefile
@@ -3,36 +3,8 @@
VOLUME= usd/21.troff
SRCS= m0 m0a m1 m2 m3 m4 m5
-APNDX= table1 table2
+SRCS+= table1 table2
MACROS= m.mac
-GROFF= groff
-
-all: paper.ps apndx.ps paper.txt apndx.txt
-
-paper.ps: ${SRCS}
- ${TBL} ${SRCS} | ${GROFF} ${MACROS} - > ${.TARGET}
-
-apndx.ps: ${APNDX}
- ${TBL} ${APNDX} | ${GROFF} - > ${.TARGET}
-
-paper.txt: ${SRCS}
- ${TBL} ${SRCS} | ${ROFF} ${MACROS} - > ${.TARGET}
-
-apndx.txt: ${APNDX}
- ${TBL} ${APNDX} | ${ROFF} - > ${.TARGET}
-
-paper.ascii.gz: paper.txt apndx.txt
- cat paper.txt apndx.txt | gzip -c > ${.TARGET}
-
-paper.ps.gz: paper.ps
- gzip -f paper.ps
-
-clean:
- rm -f paper.* apndx.* *.spell errs Errs make.out
-
-spell: ${SRCS} ${APNDX}
- @for i in ${PAPER} ${APNDX}; do \
- echo $$i; spell $$i | sort | comm -23 - spell.ok > $$i.spell; \
- done
+USE_TBL=YES
.include <bsd.doc.mk>
OpenPOWER on IntegriCloud