summaryrefslogtreecommitdiffstats
path: root/share/doc/Makefile
diff options
context:
space:
mode:
authorjfieber <jfieber@FreeBSD.org>1995-10-15 16:51:16 +0000
committerjfieber <jfieber@FreeBSD.org>1995-10-15 16:51:16 +0000
commite50ba71f0c385aa2db87eefa40efac611cbfd367 (patch)
treee50df5072dd082044fec313d97bb51f72d1a9a0d /share/doc/Makefile
parentefd6711851efe6aebff1a1a8d55fecaa43e88f17 (diff)
downloadFreeBSD-src-e50ba71f0c385aa2db87eefa40efac611cbfd367.zip
FreeBSD-src-e50ba71f0c385aa2db87eefa40efac611cbfd367.tar.gz
Remove hacks that go over the doc tree multiple times.
If you need docs in a non-default format, do `make PRINTER=myformat'.
Diffstat (limited to 'share/doc/Makefile')
-rw-r--r--share/doc/Makefile24
1 files changed, 1 insertions, 23 deletions
diff --git a/share/doc/Makefile b/share/doc/Makefile
index bfdda5e..68b3c6e 100644
--- a/share/doc/Makefile
+++ b/share/doc/Makefile
@@ -1,28 +1,6 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
-# $Id: Makefile,v 1.4 1995/01/24 00:22:24 jkh Exp $
+# $Id: Makefile,v 1.5 1995/09/27 15:45:45 jfieber Exp $
SUBDIR= FAQ handbook psd smm usd papers
-all-ps:
- @${ECHO} ====\> Making PostScript documents
- @${MAKE} ${MAKEFLAGS} PRINTER=ps ${SUBDIR}
-
-all-ascii:
- @${ECHO} ====\> Making ASCII documents
- @${MAKE} ${MAKEFLAGS} PRINTER=ascii ${SUBDIR}
-
-all: all-ps all-ascii
-
-install-ps:
- @${ECHO} ====\> Installing PostScript documents
- @${MAKE} ${MAKEFLAGS} PRINTER=ps realinstall
-
-install-ascii:
- @${ECHO} ====\> Installing ASCII documents
- @${MAKE} ${MAKEFLAGS} PRINTER=ascii realinstall
-
-install: install-ps install-ascii
-
-realinstall: _SUBDIRUSE
-
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud