|
|
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
6:
7: .b.tex:; itbit $<
8:
9: .xb.tex:; xtbit $<
10:
11: .xwd.tex:; xtwd $<
12:
13: .c.tex:; sh -c 'if tgrind -f -lc $< | sed -e 1d -e \$$d > $@; \
14: then exit 0; else rm $@; exit 1; fi'
15:
16: .grf.tex:; sh -c 'if graph < $< | plot -TeX > $@; \
17: then exit 0; else rm $@; exit 1; fi'
18:
19: .pct.pic:; pct2pic $<
20:
21: .pic.tex:; tpic $<
22:
23: .plt.tex:; sh -c 'if plot -TeX < $< > $@; \
24: then exit 0; else rm $@; exit 1; fi'
25:
26: .s.tex:; sh -c 'if tgrind -f -la68k $< | sed -e 1d -e \$$d > $@; \
27: then exit 0; else rm $@; exit 1; fi'
28:
29: .web.tex:; sh -c 'if weave $<; then exit 0; else rm $@; exit 1; fi'
30:
31: .tex.dvi:; sh -c 'if slitex \\nonstopmode\\input $<; \
32: then exit 0; else rm $@; exit 1; fi'
33:
34: .dvi.imp:; dviimp $(DFLAGS) -l -i $@ $<
35:
36: .dvi.ps:; sh -c 'if dvi2ps $(DFLAGS) -r -o landscape $< > $@; \
37: then exit 0; else rm $@; exit 1; fi'
38:
39:
40: #############################################################
41: # Here it is...
42: #############################################################
43:
44: all: issues.dvi
45:
46: inst-all:;
47:
48: install: inst-all clean
49:
50: lint:;
51:
52: clean:; rm -f issues.imp issues.ps issues.dvi issues.log _*
53:
54: grind: issues.dvi true
55: dvisp $(DFLAGS) -Xl issues
56:
57: imp: issues.imp
58:
59: preview: issues.dvi true
60: xdvi -l issues.dvi
61:
62: ps: issues.ps
63:
64: issues.dvi: issues.tex \
65: figure1.tex figure2.tex figure3.tex figure4.tex \
66: figure5.tex figure6.tex figure7.tex figure8.tex \
67: figure9.tex figure10.tex figure11.tex figure12.tex \
68: figure13.tex figure14.tex figure15.tex figure16.tex \
69: figure17.tex figure18.tex
70:
71: true:;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.