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