|
|
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: islands.dvi ! 25: ! 26: inst-all:; ! 27: ! 28: install: inst-all clean ! 29: ! 30: lint:; ! 31: ! 32: clean:; rm -f islands.imp islands.ps islands.dvi islands.log _* ! 33: ! 34: grind: islands.dvi true ! 35: dvisp $(DFLAGS) -Xl islands ! 36: ! 37: imp: islands.imp ! 38: ! 39: preview: islands.dvi true ! 40: xdvi -l islands.dvi ! 41: ! 42: ps: islands.ps ! 43: ! 44: true:; ! 45: ! 46: ! 47: islands.dvi: islands.tex join.tex mappic.tex migrate.tex osipic.tex \ ! 48: problem.tex
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.