|
|
1.1 ! root 1: ########################################################################## ! 2: # Instructions to Make, for generation of nice-looking slides using SLiTeX ! 3: ########################################################################## ! 4: ! 5: .SUFFIXES: .pic .web .tex .dvi .imp .ps ! 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 slitex \\nonstopmode\\input $<; \ ! 12: then exit 0; else rm $@; exit 1; fi' ! 13: ! 14: .dvi.imp:; dviimp $(DFLAGS) -l -i $@ $< ! 15: ! 16: .dvi.ps:; sh -c 'if dvi2ps $(DFLAGS) -r -o landscape $< > $@; \ ! 17: then exit 0; else rm $@; exit 1; fi' ! 18: ! 19: ! 20: ############################################################# ! 21: # Here it is... ! 22: ############################################################# ! 23: ! 24: all: monterey.dvi update.dvi ! 25: ! 26: inst-all:; ! 27: ! 28: install: inst-all clean ! 29: ! 30: lint:; ! 31: ! 32: clean:; rm -f monterey.imp monterey.ps monterey.dvi monterey.log \ ! 33: update.imp update.ps update.dvi update.log _* ! 34: ! 35: grind: monterey.dvi true ! 36: dvisp $(DFLAGS) -Xl monterey ! 37: dvisp $(DFLAGS) -Xl update ! 38: ! 39: imp: monterey.imp update.imp ! 40: ! 41: preview: monterey.dvi update.dvi true ! 42: xdvi -l monterey.dvi ! 43: xdvi -l update.dvi ! 44: ! 45: ps: monterey.ps update.ps ! 46: ! 47: true:; ! 48: ! 49: ! 50: monterey.dvi: monterey.tex \ ! 51: figure1.tex figure2.tex figure3a.tex figure3b.tex \ ! 52: figure3c.tex figure3d.tex figure4.tex figure5.tex \ ! 53: figure6.tex figure7.tex ! 54: ! 55: update.dvi: update.tex
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.