|
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: 1133 (0x46d) Types: TextFile Names: »Makefile«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« └─⟦e5a54fb17⟧ └─⟦this⟧ »pp-5.0/man/man8/Makefile«
# Manual page installation (section 8) # ############################################################ # # @(#) $Header: /cs/research/pp/hubris/pp-beta/man/man8/RCS/Makefile,v 5.0 90/09/20 16:56:10 pp Exp Locker: pp $ # # $Log: Makefile,v $ # Revision 5.0 90/09/20 16:56:10 pp # rcsforce : 5.0 public release # # ############################################################ # # Definitions # ############################################################ MANUALS = MTAconsole.8 \ abbrev.8 \ ckadr.8 \ ckchan.8 \ ckconfig.8 \ dbmbuild.8 \ dbmedit.8 \ mpp84.8 \ mpp88.8 \ or2rfc.8 \ pp-gen.8 \ pptsapd.8 \ probe.8 \ qmgr.8 \ qmgrDisable.8 \ rfc2or.8 \ rmail.8 \ sendmail.8 \ smtpd.8 \ smtpsrvr.8 \ tjoin.8 ############################################################ # # Building Rules # ############################################################ default:; install:; MANDIR=$(MANDIR) ../inst-man.sh $(MANOPTS) $(MANUALS) clean:; tidy:; lint:; depend:; ############################################################ # # End of Building Rules # ############################################################