xref: /freebsd/share/doc/Makefile (revision b60a986a04cb8083b833e47b4d6e33a1d9921c18)
105672198SGarrett Wollman#	From: @(#)Makefile	8.1 (Berkeley) 6/5/93
2b60a986aSJohn Fieber#	$Id: Makefile,v 1.4 1995/01/24 00:22:24 jkh Exp $
3afe61c15SRodney W. Grimes
4b60a986aSJohn FieberSUBDIR=	FAQ handbook psd smm usd papers
5afe61c15SRodney W. Grimes
605672198SGarrett Wollmanall-ps:
74d12ebe4SBruce Evans	@${ECHO} ====\> Making PostScript documents
805672198SGarrett Wollman	@${MAKE} ${MAKEFLAGS} PRINTER=ps ${SUBDIR}
905672198SGarrett Wollman
1005672198SGarrett Wollmanall-ascii:
114d12ebe4SBruce Evans	@${ECHO} ====\> Making ASCII documents
1205672198SGarrett Wollman	@${MAKE} ${MAKEFLAGS} PRINTER=ascii ${SUBDIR}
1305672198SGarrett Wollman
1405672198SGarrett Wollmanall:	all-ps all-ascii
1505672198SGarrett Wollman
1605672198SGarrett Wollmaninstall-ps:
174d12ebe4SBruce Evans	@${ECHO} ====\> Installing PostScript documents
1805672198SGarrett Wollman	@${MAKE} ${MAKEFLAGS} PRINTER=ps realinstall
1905672198SGarrett Wollman
2005672198SGarrett Wollmaninstall-ascii:
214d12ebe4SBruce Evans	@${ECHO} ====\> Installing ASCII documents
2205672198SGarrett Wollman	@${MAKE} ${MAKEFLAGS} PRINTER=ascii realinstall
2305672198SGarrett Wollman
2405672198SGarrett Wollmaninstall:	install-ps install-ascii
2505672198SGarrett Wollman
2605672198SGarrett Wollmanrealinstall:	_SUBDIRUSE
27afe61c15SRodney W. Grimes
28afe61c15SRodney W. Grimes.include <bsd.subdir.mk>
29