|
|
1.1 root 1: #########################################################################
2: # Instructions to Make, for generation of nice-looking papers using LaTeX
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 latex \\nonstopmode\\input $<; \
12: then exit 0; else rm $@; exit 1; fi'
13:
14: .dvi.imp:; dviimp $(DFLAGS) -i $@ $<
15:
16: .dvi.ps:; sh -c 'if dvi2ps $(DFLAGS) -r $< > $@; \
17: then exit 0; else rm $@; exit 1; fi'
18:
19:
20: #############################################################
21: # Here it is...
22: #############################################################
23:
24: all: tsaptalk.dvi
25:
26: inst-all:;
27:
28: install: inst-all clean
29:
30: lint:;
31:
32: clean:; rm -f tsaptalk.imp tsaptalk.ps tsaptalk.dvi tsaptalk.log _*
33:
34: grind: tsaptalk.dvi true
35: dvisp $(DFLAGS) tsaptalk
36:
37: imp: tsaptalk.imp
38:
39: preview: tsaptalk.dvi true
40: xdvi tsaptalk.dvi
41:
42: ps: tsaptalk.ps
43:
44: true:;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.