]> git.saurik.com Git - wxWidgets.git/blame - utils/ogl/samples/studio/manual/Makefile
added Makefile[.in] for build using wxGTK method. Note that wxGTK's createall
[wxWidgets.git] / utils / ogl / samples / studio / manual / Makefile
CommitLineData
306dfc2b
JS
1#
2# File: Makefile
3# Author: Julian Smart
4# Created: 1998
5#
6# "%W% %G%"
7#
8# Makefile : Builds OGL Studio manual
9#
10
11DOCDIR=.
12LOCALDOCDIR=.
13
14DOCSOURCES=studio.tex
15
16hlp: studio.hlp
17html: studio.htm
18rtf: studio.rtf
19
20studio.hlp: studio.rtf studio.hpj
21 -erase studio.ph
22 hcw /E /C studio.hpj
23
24studio.rtf: $(DOCSOURCES)
25 -start /w tex2rtf studio.tex studio.rtf -twice -winhelp
26
27studio.htm: $(DOCSOURCES)
28 -start /w tex2rtf studio.tex studio.htm -twice -html
29