Remove hacks that go over the doc tree multiple times.
If you need docs in a non-default format, do `make PRINTER=myformat'.
This commit is contained in:
parent
283f4b8de4
commit
3c0c840ea1
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user