|
|
1.1 root 1: #######################################################################
2: # Instructions to Make, for generation of nice-looking papers using TeX
3: #######################################################################
4:
5: .SUFFIXES: .pic .web .tex .dvi
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:
15: #############################################################
16: # Here it is...
17: #############################################################
18:
19: all: i-all
20: print: i-print
21:
22:
23: #############################################################
24: # mh5
25: #############################################################
26:
27: i-all: mh5.dvi
28:
29: i-print: mh5.dvi true
30: dvisp -J mh5 mh5.dvi
31:
32: i-count: true
33: detex text.tex | wc -cw
34:
35:
36: # customization files, et. al., not included below
37: mh5.dvi: version.tex
38:
39: version.tex: mh5.tex text.tex diagram1.tex diagram2.tex refs.tex version.sh
40: @: version.sh
41:
42: true:;
43:
44:
45:
46:
47: ##############################################################################
48: # Miscellaneous tasks
49: ##############################################################################
50:
51: distribution: clean
52: rm -f mh5.dvi mh5.imp
53:
54: clean:; rm -f CONTENTS.tex FIGURES.tex mh5.log _*
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.