|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: M T
Length: 990 (0x3de) Types: TextFile Names: »Makefile«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦cfd40dc56⟧ »EurOpenD3/news/nntp/nntp.1.5.8.tar.Z« └─⟦2ec98eca6⟧ └─⟦this⟧ »doc/Makefile« └─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦5cced586a⟧ »EurOpenD3/news/nntp/nntp.1.5.7.tar.Z« └─⟦7340f105e⟧ └─⟦this⟧ »./doc/Makefile«
# # Makefile for manual pages for nntp service # # Created by Stan Barber; Mon Apr 6 13:25:27 CDT 1987 # # change these to suit your system ROFF = ditroff PRINTER = lw301 MANDIR = /usr/man # from here down should be constant SHELL = /bin/sh MACROS = -man MANPAGES= nntpd.8c mkgrdates.8c getactive.1 EXTRACT = ./config.sh all: $(MANPAGES) @echo "Done" nntpd.8c: nntpd.dst $(EXTRACT) $(EXTRACT) nntpd.dst nntpd.8c mkgrdates.8c: mkgrdates.dst $(EXTRACT) $(EXTRACT) mkgrdates.dst mkgrdates.8c getactive.1: getactive.dst $(EXTRACT) $(EXTRACT) getactive.dst getactive.1 install: $(MANPAGES) mv nntpd.8c $(MANDIR)/man8/nntpd.8c mv mkgrdates.8c $(MANDIR)/man8/mkgrdates.8c mv getactive.1 $(MANDIR)/man1/getactive.1 mv nntpxmit.1 $(MANDIR)/man1/nntpxmit.1 print: $(MANPAGES) $(ROFF) $(MACROS) -P$(PRINTER) nntpd.8c $(ROFF) $(MACROS) -P$(PRINTER) mkgrdates.8c $(ROFF) $(MACROS) -P$(PRINTER) getactive.1 clean: -rm -f $(MANPAGES) distrib: clean rm -rf SCCS check: sccs check