|
|
1.1 ! root 1: ########################################################################## ! 2: # Instructions to Make, for generation of nice-looking slides using SLiTeX ! 3: ########################################################################## ! 4: ! 5: .SUFFIXES: .b .xb .xwd .c .grf .pct .pic .plt .s .web .tex .dvi .imp .ps .fig ! 6: ! 7: .c.tex:; sh -c 'if tgrind -f -lc $< | sed -e 1d -e \$$d > $@; \ ! 8: then exit 0; else rm $@; exit 1; fi' ! 9: ! 10: .fig.pic:; sh -c 'if f2p < $< > $@; \ ! 11: then exit 0; else rm $@; exit 1; fi' ! 12: ! 13: ! 14: .pic.tex:; tpic $< ! 15: ! 16: .web.tex:; sh -c 'if weave $<; then exit 0; else rm $@; exit 1; fi' ! 17: ! 18: .tex.dvi:; sh -c 'if slitex \\nonstopmode\\input $<; \ ! 19: then exit 0; else rm $@; exit 1; fi' ! 20: ! 21: .dvi.ps:; sh -c 'if dvi2ps $(DFLAGS) -r $< > $@; \ ! 22: then exit 0; else rm $@; exit 1; fi' ! 23: ! 24: ! 25: ############################################################# ! 26: # Here it is... ! 27: ############################################################# ! 28: ! 29: all: comments.dvi ! 30: ! 31: inst-all:; ! 32: ! 33: install: inst-all clean ! 34: ! 35: lint:; ! 36: ! 37: clean:; rm -f comments.imp comments.ps comments.dvi \ ! 38: comments.log _* ! 39: ! 40: grind: comments.dvi true ! 41: dvisp $(DFLAGS) comments ! 42: ! 43: imp: comments.imp ! 44: ! 45: preview: comments.dvi true ! 46: xdvi comments.dvi ! 47: ! 48: ps: comments.ps ! 49: ! 50: true:;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.