DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦53bb6a894⟧ TextFile

    Length: 506 (0x1fa)
    Types: TextFile
    Names: »Make.pretty«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/Spiderweb/master/Make.pretty« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« 
        └─⟦c58930e5c⟧ 
            └─⟦this⟧ »TeX3.14/Spiderweb/master/Make.pretty« 

TextFile

# Copyright 1989 by Norman Ramsey, Odyssey Research Associates
# To be used for research purposes only
# For more information, see file COPYRIGHT in the parent directory

WEBDIR=/usr/norman/web/src/master

.SUFFIXES: .ada .larch .pretty

.ada.pretty:
	cat $(WEBDIR)/webhead $*.ada $(WEBDIR)/webtail > $*.web
	aweave $*
	awk -f $(WEBDIR)/pretty.awk < $*.tex > $*.pretty

.larch.pretty:
	cat $(WEBDIR)/webhead $*.larch $(WEBDIR)/webtail > $*.web
	lweave $*
	awk -f $(WEBDIR)/pretty.awk < $*.tex > $*.pretty