news/doc/Makefile

utzoo!decvax!ittvax!qumix!msc utzoo!decvax!ittvax!qumix!msc
Wed Jul 7 15:41:40 AEST 1982


	This makefile installs the readnews document in
	/usr/doc/news.  It also provides entries for printing
	the two documents in news/doc.

				Mark Callow
news/doc/Makefile
============================================================================
#
# DOCDIR is the documentation library.  Typically /usr/doc/news
#
DOCDIR=/usr/doc/news
FMTTER=vtroff
MACROS=ms

install: $(DOCDIR) $(DOCDIR)/howto.ms $(DOCDIR)/groups.mm

$(DOCDIR):
	mkdir $(DOCDIR)

$(DOCDIR)/howto.ms: howto.ms
	cp howto.ms $(DOCDIR)/howto.ms

$(DOCDIR)/groups.mm: groups.mm
	cp groups.mm $(DOCDIR)/groups.mm

print: howto instal

howto:
	$(FMTTER) -$(MACROS) howto.ms

instal:
	$(FMTTER) -$(MACROS) install.ms



More information about the Comp.sources.unix mailing list