|
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: 1410 (0x582) Types: TextFile Names: »Makefile«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦3658e588a⟧ »EurOpenD3/mail/mh/mh-6.7.tar.Z« └─⟦c75e36ecb⟧ └─⟦this⟧ »mh-6.7/papers/bboards/Makefile«
####################################################################### # Instructions to Make, for generation of nice-looking papers using TeX ####################################################################### .SUFFIXES: .pic .web .tex .dvi .imp .pic.tex:; tpic $< .web.tex:; sh -c 'if weave $<; then exit 0; else rm $@; exit 1; fi' .tex.dvi:; sh -c 'if TEXINPUTS=../doclib:.:${TEXINPUTS} tex82 \ \\nonstopmode\\input $<\\bye; \ then exit 0; else rm $@; exit 1; fi' .dvi.imp:; dviimp $(DFLAGS) -i $@ $< ############################################################# # Here it is... ############################################################# all: i-all print: i-print ############################################################# # bboards ############################################################# i-all: bboards.dvi i-print: bboards.dvi true dvisp -J BBoards bboards.dvi i-count: true detex text.tex | wc -cw # customization files, et. al., not included below bboards.dvi: version.tex version.tex: bboards.tex text.tex refs.tex version.sh @: version.sh true:; ############################################################################## # Miscellaneous tasks ############################################################################## distribution: clean rm -f bboards.dvi bboards.imp clean:; rm -f bboards.lof bboards.log bboards.lot bboards.toc _*