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
Index: M T

⟦e20fe1c52⟧ TextFile

    Length: 565 (0x235)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/TeXcontrib/gnutex/doc/manual/Makefile« 

TextFile

# Makefile for gnutex manual
# To make the manual from scratch, we run latex three times
all: gnutex.dvi
	latex gnutex
	latex gnutex

# To touch it up after changes:
remake: gnutex.dvi

# Always runs latex, e.g., to get labels right
force: 
	latex gnutex

gnutex.dvi: eg1.tex eg2.tex eg3.tex eg4.tex gnutex.tex header.tex
	latex gnutex

eg1.tex: eg1.gnu
	gnutex < eg1.gnu

eg2.tex: eg2.gnu
	gnutex < eg2.gnu

eg3.tex: eg3.gnu eg3.dat
	gnutex < eg3.gnu

eg4.tex: eg4.gnu
	gnutex < eg4.gnu

clean:
	rm -f *~ *.log

spotless:
	rm -f *~ *.log *.aux *.dvi *.toc eg?.tex