]> git.saurik.com Git - wxWidgets.git/blame - utils/configtool/docs/manual/Makefile
Added SetFocus and SetFocusIgnoringChildren to wx.Panel
[wxWidgets.git] / utils / configtool / docs / manual / Makefile
CommitLineData
d7463f75
JS
1#
2# File: Makefile
3# Author: Julian Smart
4# Created: 1999
5#
6# Makefile : Builds wxWindows configuration tool manual
7#
8
9DOCDIR=..
10LOCALDOCDIR=.
11
12DOCSOURCES=configtool.tex
13
14all: configtool.chm configtool.htb
15
16hlp: configtool.hlp
17htb: configtool.htb
18html: configtool.html
19htmlhelp: configtool.chm
20pdfrtf: configtool_rtf.rtf
21
22configtool.hlp: configtool.rtf configtool.hpj
23 rm -f configtool.ph
24 -hcw /E /C configtool.hpj
25
26configtool.chm : configtool.html configtool.hhp
27 -hhc configtool.hhp
28# -mkdir ..\htmlhelp
29
30configtool_rtf.rtf: $(DOCSOURCES) tex2rtf.ini
31 -tex2rtf configtool.tex configtool_rtf.rtf -twice -rtf
32
33configtool.rtf: $(DOCSOURCES) tex2rtf.ini
34 -tex2rtf configtool.tex configtool.rtf -twice -winhelp
35
36configtool.html: $(DOCSOURCES) tex2rtf.ini
37 -tex2rtf configtool.tex configtool.html -twice -html
38 -rm -f *.con
39 -rm -f *.ref
40 -rm -f *.con
41 -rm -f *.ref
42# -tweakmanual
43
44configtool.htb: configtool_contents.html
45 -zip32 configtool.htb configtool*.html *.hhp *.hhk *.hhc *.gif
46