|
|
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: # realwork
27: #############################################################
28:
29: i-all: realwork.dvi
30:
31: i-print: realwork.dvi true
32: dvisp $(DFLAGS) -J RealWork realwork.dvi
33:
34:
35: # customization files, et. al., not included below
36: realwork.dvi: version.tex
37:
38: version.tex: realwork.tex text.tex appendixA.tex appendixB.tex refs.tex \
39: diagram1.tex diagram2.tex diagram3.tex diagram4.tex \
40: diagram5.tex diagram6.tex diagram7.tex diagram8.tex \
41: diagram10.tex \
42: version.sh
43: @: version.sh
44:
45: true:;
46:
47:
48: ##############################################################################
49: # Miscellaneous tasks
50: ##############################################################################
51:
52: distribution: clean
53: rm -f realwork.dvi realwork.imp
54:
55: clean:; rm -f realwork.lof realwork.log realwork.lot realwork.toc _*
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.