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

⟦b1ddc39b1⟧ TextFile

    Length: 219 (0xdb)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile

# 
# Makefile: TransFig makefile for translation of figures into latex
# 
 
all: tex-list
 
trans.tex: trans.fig
	fig2dev -Llatex  trans.fig trans.tex
 
tex-list: trans.tex
trans.tex: Makefile
 
clean:
	rm -f trans.tex