Doc/distribution script mods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-10-13 18:02:44 +00:00
parent 849c2b0b5f
commit f1d93f0bee
14 changed files with 158 additions and 131 deletions

View File

@@ -1,3 +1,4 @@
; Last change: JAC 13 Oct 100 5:16 pm
runTwice = yes
titleFontSize = 12
authorFontSize = 10
@@ -13,7 +14,7 @@ htmlBrowseButtons = bitmap
winHelpVersion = 3
winHelpContents = yes
winHelpTitle = "MMedia Manual"
truncateFilenames = yes
truncateFilenames = no
combineSubSections = yes
\overview [2] {\rtfonly{See also }\settransparency{on}\sethotspotcolour{off}\sethotspotunderline{on}\winhelponly{\image{}{books.bmp}\settransparency{off}}
\htmlonly{\image{}{books.gif}}\helpref{#1}{#2}

View File

@@ -1,4 +1,4 @@
; Last change: JS 8 Sep 98 2:54 pm
; Last change: JAC 13 Oct 100 5:11 pm
runTwice = yes
titleFontSize = 12
authorFontSize = 10

View File

@@ -126,8 +126,8 @@ $(DOCDIR)\htmlhelp\gizmos.chm: $(DOCDIR)\html\gizmos\gizmos.htm $(DOCDIR)\html\g
# Optionally, a cached version of the .hhp file can be generated with hhp2cached.
$(DOCDIR)\htb\gizmos.htb: $(DOCDIR)\html\gizmos\gizmos.htm
cd $(DOCDIR)\html\gizmos
-erase /Y gizmos.zip gizmos.htb
zip32 gizmos.zip *.htm *.gif *.hhp *.hhc *.hhk
-erase gizmos.zip gizmos.htb
zip gizmos.zip *.htm *.gif *.hhp *.hhc *.hhk
-mkdir $(DOCDIR)\htb
move gizmos.zip $(DOCDIR)\htb\gizmos.htb
cd $(THISDIR)

View File

@@ -162,6 +162,7 @@ DOCSOURCES=$(LOCALDOCDIR)\mmedia.tex \
html: $(DOCDIR)\html\mmedia\mmedia.htm
htmlhelp: $(DOCDIR)\html\mmedia\mmedia.chm
htb: $(DOCDIR)\htb\mmedia.htb
hlp: $(DOCDIR)\winhelp\mmedia.hlp
pdfrtf: $(DOCDIR)\pdf\mmedia.rtf
ps: $(DOCDIR)\ps\mmedia.ps
@@ -199,13 +200,26 @@ $(DOCDIR)\html\mmedia\mmedia.htm: $(DOCSOURCES)
-erase $(DOCDIR)\html\mmedia\*.ref
cd $(THISDIR)
# An htb file is a zip file containing the .htm, .gif, .hhp, .hhc and .hhk
# files, renamed to htb.
# This can then be used with e.g. helpview.
# Optionally, a cached version of the .hhp file can be generated with hhp2cached.
$(DOCDIR)\htb\mmedia.htb: $(DOCDIR)\html\mmedia\mmedia.htm
cd $(DOCDIR)\html\mmedia
-erase mmedia.zip mmedia.htb
zip mmedia.zip *.htm *.gif *.hhp *.hhc *.hhk
-mkdir $(DOCDIR)\htb
-erase $(DOCDIR)\htb\mmedia.htb
move mmedia.zip $(DOCDIR)\htb\mmedia.htb
cd $(THISDIR)
$(DOCDIR)\html\mmedia\mmedia.chm: $(DOCDIR)\html\mmedia\mmedia.htm $(DOCDIR)\html\mmedia\mmedia.hhp
cd $(DOCDIR)\html\mmedia
-hhc mmedia.hhp
-erase $(DOCDIR)\htmlhelp\mmedia.chm
move mmedia.chm $(DOCDIR)\htmlhelp\mmedia.chm
cd $(THISDIR)
$(LOCALDOCDIR)\mmedia.dvi: $(DOCSOURCES)
cd $(LOCALDOCDIR)
-latex mmedia
@@ -222,4 +236,3 @@ $(WXDIR)\docs\ps\mmedia.ps: $(LOCALDOCDIR)\mmedia.dvi
move mmedia.ps $(WXDIR)\docs\ps\mmedia.ps
cd $(THISDIR)

View File

@@ -174,6 +174,7 @@ $(DOCDIR)\html\ogl\ogl.htm: $(DOCSOURCES)
$(DOCDIR)\htmlhelp\ogl.chm: $(DOCDIR)\html\ogl\ogl.htm $(DOCDIR)\html\ogl\ogl.hhp
cd $(DOCDIR)\html\ogl
-hhc ogl.hhp
-erase $(DOCDIR)\htmlhelp\ogl.chm
move ogl.chm $(DOCDIR)\htmlhelp\ogl.chm
cd $(THISDIR)
@@ -183,9 +184,11 @@ $(DOCDIR)\htmlhelp\ogl.chm: $(DOCDIR)\html\ogl\ogl.htm $(DOCDIR)\html\ogl\ogl.hh
# Optionally, a cached version of the .hhp file can be generated with hhp2cached.
$(DOCDIR)\htb\ogl.htb: $(DOCDIR)\html\ogl\ogl.htm
cd $(DOCDIR)\html\ogl
-erase /Y ogl.zip ogl.htb
zip32 ogl.zip *.htm *.gif *.hhp *.hhc *.hhk
-erase ogl.zip ogl.htb
zip ogl.zip *.htm *.gif *.hhp *.hhc *.hhk
-mkdir $(DOCDIR)\htb
-erase $(DOCDIR)\htb\ogl.htb
-erase $(DOCDIR)\htb\ogl.htb
move ogl.zip $(DOCDIR)\htb\ogl.htb
cd $(THISDIR)

View File

@@ -101,8 +101,8 @@ $(DOCDIR)\htmlhelp\xml.chm: $(DOCDIR)\html\xml\xml.htm $(DOCDIR)\html\xml\xml.hh
# Optionally, a cached version of the .hhp file can be generated with hhp2cached.
$(DOCDIR)\htb\xml.htb: $(DOCDIR)\html\xml\xml.htm
cd $(DOCDIR)\html\xml
-erase /Y xml.zip xml.htb
zip32 xml.zip *.htm *.gif *.hhp *.hhc *.hhk
-erase xml.zip xml.htb
zip xml.zip *.htm *.gif *.hhp *.hhc *.hhk
-mkdir $(DOCDIR)\htb
move xml.zip $(DOCDIR)\htb\xml.htb
cd $(THISDIR)