|
|
1.1 ! root 1: ######################################################################### ! 2: # Instructions to Make, for generation of nice-looking papers using LaTeX ! 3: ######################################################################### ! 4: ! 5: .SUFFIXES: .xb .xwd .c .grf .pct .pic .plt .s .web .tex .dvi .imp .ps ! 6: ! 7: .xb.tex:; xtbit $< ! 8: ! 9: .xwd.tex:; xtwd $< ! 10: ! 11: .c.tex:; sh -c 'if tgrind -f -lc $< | sed -e 1d -e \$$d > $@; \ ! 12: then exit 0; else rm $@; exit 1; fi' ! 13: ! 14: .grf.tex:; sh -c 'if graph < $< | plot -TeX > $@; \ ! 15: then exit 0; else rm $@; exit 1; fi' ! 16: ! 17: .pct.pic:; pct2pic $< ! 18: ! 19: .pic.tex:; tpic $< ! 20: ! 21: .plt.tex:; sh -c 'if plot -TeX < $< > $@; \ ! 22: then exit 0; else rm $@; exit 1; fi' ! 23: ! 24: .s.tex:; sh -c 'if tgrind -f -la68k $< | sed -e 1d -e \$$d > $@; \ ! 25: then exit 0; else rm $@; exit 1; fi' ! 26: ! 27: .web.tex:; sh -c 'if weave $<; then exit 0; else rm $@; exit 1; fi' ! 28: ! 29: .tex.dvi:; sh -c 'if latex \\nonstopmode\\input $<; \ ! 30: then exit 0; else rm $@; exit 1; fi' ! 31: ! 32: .dvi.imp:; dviimp $(DFLAGS) -i $@ $< ! 33: ! 34: .dvi.ps:; sh -c 'if dvi2ps $(DFLAGS) -r -b $* -z 10 $<; \ ! 35: then exit 0; else rm $@; exit 1; fi' ! 36: ! 37: ! 38: ############################################################# ! 39: # Here it is... ! 40: ############################################################# ! 41: ! 42: all: administrator.dvi ! 43: ! 44: inst-all:; ! 45: ! 46: install: inst-all clean ! 47: ! 48: lint:; ! 49: ! 50: clean:; rm -f administrator.imp administrator*.ps administrator.dvi \ ! 51: administrator.log administrator.blg _* ! 52: ! 53: grind: administrator.dvi true ! 54: dvisp $(DFLAGS) administrator ! 55: ! 56: imp: administrator.imp ! 57: ! 58: preview: administrator.dvi true ! 59: xdvi administrator.dvi ! 60: ! 61: ps: administrator.ps ! 62: ! 63: true:; ! 64: ! 65: ! 66: ############################################################# ! 67: # administration ! 68: ############################################################# ! 69: ! 70: # customization files, et. al., not included below ! 71: administrator.dvi: administrator.vrsn administrator.bbl administrator.ind ! 72: ! 73: administrator.vrsn: administrator.tex \ ! 74: introduction.tex \ ! 75: figureINT-1.tex figureINT-2.tex figureINT-3.tex \ ! 76: figureINT-4.tex figureINT-5.tex figureINT-6.tex \ ! 77: figureINT-7.tex figureINT-8.tex figureINT-9.tex \ ! 78: figureINT-10.tex figureINT-11.tex figureINT-12.tex \ ! 79: figureINT-13.tex figureINT-14.tex \ ! 80: tableINT-1.tex tableINT-2.tex tableINT-3.tex \ ! 81: tableINT-4.tex tableINT-5.tex tableINT-6.tex \ ! 82: tableINT-7.tex tableINT-8.tex tableINT-9.tex \ ! 83: configuration.tex \ ! 84: figureCNF-1.tex figureCNF-2.tex \ ! 85: tableCNF-1.tex \ ! 86: maintenance.tex \ ! 87: version.sh ! 88: @version.sh administrator ! 89: ! 90: biblio:; bibtex administrator ! 91: ! 92: index:; idx2ind -l administrator
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.