|
|
1.1 ! root 1: ####################################################################### ! 2: # Instructions to Make, for generation of nice-looking papers using TeX ! 3: ####################################################################### ! 4: ! 5: .SUFFIXES: .pic .web .tex .dvi .imp ! 6: ! 7: .pic.tex:; tpic $< ! 8: ! 9: .web.tex:; sh -c 'if weave $<; then exit 0; else rm $@; exit 1; fi' ! 10: ! 11: .tex.dvi:; sh -c 'if phdtex \\nonstopmode\\input $<\\bye; \ ! 12: then exit 0; else rm $@; exit 1; fi' ! 13: ! 14: .dvi.imp:; dviimp $(DFLAGS) -i $@ $< ! 15: ! 16: ! 17: ############################################################# ! 18: # Here it is... ! 19: ############################################################# ! 20: ! 21: all: i-all ! 22: print: i-print ! 23: ! 24: ! 25: ############################################################# ! 26: # bboards ! 27: ############################################################# ! 28: ! 29: i-all: bboards.dvi ! 30: ! 31: i-print: bboards.dvi true ! 32: dvisp -J BBoards bboards.dvi ! 33: ! 34: i-count: true ! 35: detex text.tex | wc -cw ! 36: ! 37: ! 38: # customization files, et. al., not included below ! 39: bboards.dvi: version.tex ! 40: ! 41: version.tex: bboards.tex text.tex refs.tex version.sh ! 42: @: version.sh ! 43: ! 44: true:; ! 45: ! 46: ! 47: ############################################################################## ! 48: # Miscellaneous tasks ! 49: ############################################################################## ! 50: ! 51: distribution: clean ! 52: rm -f bboards.dvi bboards.imp ! 53: ! 54: clean:; rm -f bboards.lof bboards.log bboards.lot bboards.toc _*
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.