]> git.saurik.com Git - wxWidgets.git/blame - utils/tex2rtf/docs/makefile.vc
Compile fix (VC++ 6 doesn't like wxString::Format with only 1 arg: gives several...
[wxWidgets.git] / utils / tex2rtf / docs / makefile.vc
CommitLineData
56d34922
JS
1#
2# File: Makefile
3# Author: Julian Smart
4# Created: 1999
5#
6# Makefile : Builds Tex2RTF manual
7#
8
9DOCDIR=..
10LOCALDOCDIR=.
11
12DOCSOURCES=tex2rtf.tex
13
c1bf6734 14all: chm htb hlp html htmlhelp pdfrtf
56d34922 15
c1bf6734
CE
16chm: tex2rtf.chm
17hlp: tex2rtf.hlp
18htb: tex2rtf.htb
56d34922
JS
19html: tex2rtf.html
20htmlhelp: tex2rtf.chm
21pdfrtf: tex2rtf_rtf.rtf
22
23tex2rtf.hlp: tex2rtf.rtf tex2rtf.hpj
24 -erase tex2rtf.ph
25 hcw /E /C tex2rtf.hpj
26
27tex2rtf.chm : tex2rtf.html tex2rtf.hhp
28 -hhc tex2rtf.hhp
29
30tex2rtf_rtf.rtf: $(DOCSOURCES) tex2rtf.ini
31 -start /w tex2rtf tex2rtf.tex tex2rtf_rtf.rtf -twice -rtf
32
33tex2rtf.rtf: $(DOCSOURCES) tex2rtf.ini
34 -start /w tex2rtf tex2rtf.tex tex2rtf.rtf -twice -winhelp
35
36tex2rtf.html: $(DOCSOURCES) tex2rtf.ini
37 -start /w tex2rtf tex2rtf.tex tex2rtf.html -twice -html
38 -erase *.con
39 -erase *.ref
40 -erase *.con
41 -erase *.ref
7d731786
CE
42 -mkdir html
43 -copy *.html html
44 -copy *.gif html
56d34922
JS
45
46tex2rtf.htb: tex2rtf_contents.html
81769ae0 47 -zip tex2rtf.htb tex2rtf*.html *.hhp *.hhk *.hhc *.gif
56d34922 48