]> git.saurik.com Git - wxWidgets.git/blame - utils/tex2rtf/docs/makefile.vc
documented how to handle C++ exceptions in wxWindows
[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
14all: tex2rtf.chm tex2rtf.htb
15
16hlp: tex2rtf.hlp
17htb: tex2rtf.htb
18html: tex2rtf.html
19htmlhelp: tex2rtf.chm
20pdfrtf: tex2rtf_rtf.rtf
21
22tex2rtf.hlp: tex2rtf.rtf tex2rtf.hpj
23 -erase tex2rtf.ph
24 hcw /E /C tex2rtf.hpj
25
26tex2rtf.chm : tex2rtf.html tex2rtf.hhp
27 -hhc tex2rtf.hhp
28
29tex2rtf_rtf.rtf: $(DOCSOURCES) tex2rtf.ini
30 -start /w tex2rtf tex2rtf.tex tex2rtf_rtf.rtf -twice -rtf
31
32tex2rtf.rtf: $(DOCSOURCES) tex2rtf.ini
33 -start /w tex2rtf tex2rtf.tex tex2rtf.rtf -twice -winhelp
34
35tex2rtf.html: $(DOCSOURCES) tex2rtf.ini
36 -start /w tex2rtf tex2rtf.tex tex2rtf.html -twice -html
37 -erase *.con
38 -erase *.ref
39 -erase *.con
40 -erase *.ref
41
42tex2rtf.htb: tex2rtf_contents.html
43 -zip32 tex2rtf.htb tex2rtf*.html *.hhp *.hhk *.hhc *.gif
44