|
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 - download
Length: 313 (0x139) Types: TextFile Names: »Makefile«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./DVIware/laser-setters/umd-dvi/lib/MAN/Makefile«
# Makefile for C-TeX library manual # # Run off all the manuals. TEX= tex PRINT= iptex all: all.dvi ${PRINT} all.dvi all.dvi: FRC rm -f all.* (echo *.tex | tr ' ' '\012' | sed -e 's/^/\\input /'; \ echo '\bye') > all.tmp mv all.tmp all.tex ${TEX} all.tex FRC: clean: rm -f all.* texput.* *.dvi *.log