]> diplodocus.org Git - nmh/blob - docs/historical/mh-6.8.5/papers/trusted/Makefile
Update XOAUTH2 documentation.
[nmh] / docs / historical / mh-6.8.5 / papers / trusted / Makefile
1 #######################################################################
2 # Instructions to Make, for generation of nice-looking papers using TeX
3 #######################################################################
4
5 .SUFFIXES: .pic .web .tex .dvi .imp
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 TEXINPUTS=../doclib:.:${TEXINPUTS} tex \
12 \\nonstopmode\\input $<\\bye; \
13 then exit 0; else rm $@; exit 1; fi'
14
15 .dvi.imp:; dviimp $(DFLAGS) -i $@ $<
16
17
18 #############################################################
19 # Here it is...
20 #############################################################
21
22 all: i-all
23 print: i-print
24
25
26 #############################################################
27 # trusted
28 #############################################################
29
30 i-all: trusted.dvi
31
32 i-print: trusted.dvi true
33 dvisp $(DFLAGS) -J Trusted trusted.dvi
34
35
36 # customization files, et. al., not included below
37 trusted.dvi: version.tex
38
39 version.tex: trusted.tex \
40 text.tex \
41 figure1.tex figure2.tex figure3.tex table4.tex \
42 appendixA.tex \
43 diagramA1-1.tex diagramA1-2.tex diagramA1-3.tex \
44 diagramA1-4.tex \
45 appendixB.tex \
46 diagramB1-1.tex diagramB1-2.tex \
47 appendixC.tex refs.tex \
48 version.sh
49 @: version.sh
50
51 true:;
52
53
54 ##############################################################################
55 # Miscellaneous tasks
56 ##############################################################################
57
58 distribution: clean
59 rm -f trusted.dvi trusted.imp
60
61 clean:; rm -f trusted.lof trusted.log trusted.lot trusted.toc _*