wxWidgets/utils/tex2rtf/docs/makefile.vc
Chris Elliott 7d73178688 put html docs in own dir
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-03-29 13:28:41 +00:00

49 lines
1.0 KiB
Plaintext

#
# File: Makefile
# Author: Julian Smart
# Created: 1999
#
# Makefile : Builds Tex2RTF manual
#
DOCDIR=..
LOCALDOCDIR=.
DOCSOURCES=tex2rtf.tex
all: chm htb hlp html htmlhelp pdfrtf
chm: tex2rtf.chm
hlp: tex2rtf.hlp
htb: tex2rtf.htb
html: tex2rtf.html
htmlhelp: tex2rtf.chm
pdfrtf: tex2rtf_rtf.rtf
tex2rtf.hlp: tex2rtf.rtf tex2rtf.hpj
-erase tex2rtf.ph
hcw /E /C tex2rtf.hpj
tex2rtf.chm : tex2rtf.html tex2rtf.hhp
-hhc tex2rtf.hhp
tex2rtf_rtf.rtf: $(DOCSOURCES) tex2rtf.ini
-start /w tex2rtf tex2rtf.tex tex2rtf_rtf.rtf -twice -rtf
tex2rtf.rtf: $(DOCSOURCES) tex2rtf.ini
-start /w tex2rtf tex2rtf.tex tex2rtf.rtf -twice -winhelp
tex2rtf.html: $(DOCSOURCES) tex2rtf.ini
-start /w tex2rtf tex2rtf.tex tex2rtf.html -twice -html
-erase *.con
-erase *.ref
-erase *.con
-erase *.ref
-mkdir html
-copy *.html html
-copy *.gif html
tex2rtf.htb: tex2rtf_contents.html
-zip tex2rtf.htb tex2rtf*.html *.hhp *.hhk *.hhc *.gif