]>
Commit | Line | Data |
---|---|---|
bacfb94f JS |
1 | # |
2 | # File: Makefile | |
3 | # Author: Julian Smart | |
4 | # Created: 1999 | |
5 | # | |
6 | # Makefile : Builds Tex2RTF manual | |
7 | # | |
8 | ||
9 | DOCDIR=.. | |
10 | LOCALDOCDIR=. | |
11 | ||
12 | DOCSOURCES=tex2rtf.tex | |
13 | ||
14 | all: tex2rtf.htb | |
15 | ||
16 | hlp: tex2rtf.hlp | |
17 | htb: tex2rtf.htb | |
18 | html: tex2rtf.html | |
19 | htmlhelp: tex2rtf.chm | |
20 | pdfrtf: tex2rtf_rtf.rtf | |
21 | ||
22 | tex2rtf_rtf.rtf: $(DOCSOURCES) tex2rtf.ini | |
23 | tex2rtf tex2rtf.tex tex2rtf_rtf.rtf -twice -rtf | |
24 | ||
25 | tex2rtf.rtf: $(DOCSOURCES) tex2rtf.ini | |
26 | tex2rtf tex2rtf.tex tex2rtf.rtf -twice -winhelp | |
27 | ||
28 | tex2rtf_contents.html: $(DOCSOURCES) tex2rtf.ini | |
29 | tex2rtf tex2rtf.tex tex2rtf.html -twice -html | |
30 | rm -f *.con | |
31 | rm -f *.ref | |
32 | rm -f *.con | |
33 | rm -f *.ref | |
34 | ||
35 | tex2rtf.htb: tex2rtf_contents.html | |
36 | zip tex2rtf.htb tex2rtf*.html *.hhp *.hhk *.hhc *.gif |