|
|
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: map-migrate.dvi
25:
26: inst-all:;
27:
28: install: inst-all clean
29:
30: lint:;
31:
32: clean:; rm -f map-migrate.imp map-migrate.ps map-migrate.dvi \
33: map-migrate.log _*
34:
35: grind: map-migrate.dvi true
36: dvisp $(DFLAGS) -Xl map-migrate
37:
38: imp: map-migrate.imp
39:
40: preview: map-migrate.dvi true
41: xdvi -l map-migrate.dvi
42:
43: ps: map-migrate.ps
44:
45: true:;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.