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:
@@ -1,3 +1,4 @@
|
|||||||
|
; Last change: JAC 13 Oct 100 5:16 pm
|
||||||
runTwice = yes
|
runTwice = yes
|
||||||
titleFontSize = 12
|
titleFontSize = 12
|
||||||
authorFontSize = 10
|
authorFontSize = 10
|
||||||
@@ -13,7 +14,7 @@ htmlBrowseButtons = bitmap
|
|||||||
winHelpVersion = 3
|
winHelpVersion = 3
|
||||||
winHelpContents = yes
|
winHelpContents = yes
|
||||||
winHelpTitle = "MMedia Manual"
|
winHelpTitle = "MMedia Manual"
|
||||||
truncateFilenames = yes
|
truncateFilenames = no
|
||||||
combineSubSections = yes
|
combineSubSections = yes
|
||||||
\overview [2] {\rtfonly{See also }\settransparency{on}\sethotspotcolour{off}\sethotspotunderline{on}\winhelponly{\image{}{books.bmp}\settransparency{off}}
|
\overview [2] {\rtfonly{See also }\settransparency{on}\sethotspotcolour{off}\sethotspotunderline{on}\winhelponly{\image{}{books.bmp}\settransparency{off}}
|
||||||
\htmlonly{\image{}{books.gif}}\helpref{#1}{#2}
|
\htmlonly{\image{}{books.gif}}\helpref{#1}{#2}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
; Last change: JS 8 Sep 98 2:54 pm
|
; Last change: JAC 13 Oct 100 5:11 pm
|
||||||
runTwice = yes
|
runTwice = yes
|
||||||
titleFontSize = 12
|
titleFontSize = 12
|
||||||
authorFontSize = 10
|
authorFontSize = 10
|
||||||
|
@@ -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.
|
# Optionally, a cached version of the .hhp file can be generated with hhp2cached.
|
||||||
$(DOCDIR)\htb\gizmos.htb: $(DOCDIR)\html\gizmos\gizmos.htm
|
$(DOCDIR)\htb\gizmos.htb: $(DOCDIR)\html\gizmos\gizmos.htm
|
||||||
cd $(DOCDIR)\html\gizmos
|
cd $(DOCDIR)\html\gizmos
|
||||||
-erase /Y gizmos.zip gizmos.htb
|
-erase gizmos.zip gizmos.htb
|
||||||
zip32 gizmos.zip *.htm *.gif *.hhp *.hhc *.hhk
|
zip gizmos.zip *.htm *.gif *.hhp *.hhc *.hhk
|
||||||
-mkdir $(DOCDIR)\htb
|
-mkdir $(DOCDIR)\htb
|
||||||
move gizmos.zip $(DOCDIR)\htb\gizmos.htb
|
move gizmos.zip $(DOCDIR)\htb\gizmos.htb
|
||||||
cd $(THISDIR)
|
cd $(THISDIR)
|
||||||
|
@@ -162,6 +162,7 @@ DOCSOURCES=$(LOCALDOCDIR)\mmedia.tex \
|
|||||||
|
|
||||||
html: $(DOCDIR)\html\mmedia\mmedia.htm
|
html: $(DOCDIR)\html\mmedia\mmedia.htm
|
||||||
htmlhelp: $(DOCDIR)\html\mmedia\mmedia.chm
|
htmlhelp: $(DOCDIR)\html\mmedia\mmedia.chm
|
||||||
|
htb: $(DOCDIR)\htb\mmedia.htb
|
||||||
hlp: $(DOCDIR)\winhelp\mmedia.hlp
|
hlp: $(DOCDIR)\winhelp\mmedia.hlp
|
||||||
pdfrtf: $(DOCDIR)\pdf\mmedia.rtf
|
pdfrtf: $(DOCDIR)\pdf\mmedia.rtf
|
||||||
ps: $(DOCDIR)\ps\mmedia.ps
|
ps: $(DOCDIR)\ps\mmedia.ps
|
||||||
@@ -199,13 +200,26 @@ $(DOCDIR)\html\mmedia\mmedia.htm: $(DOCSOURCES)
|
|||||||
-erase $(DOCDIR)\html\mmedia\*.ref
|
-erase $(DOCDIR)\html\mmedia\*.ref
|
||||||
cd $(THISDIR)
|
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
|
$(DOCDIR)\html\mmedia\mmedia.chm: $(DOCDIR)\html\mmedia\mmedia.htm $(DOCDIR)\html\mmedia\mmedia.hhp
|
||||||
cd $(DOCDIR)\html\mmedia
|
cd $(DOCDIR)\html\mmedia
|
||||||
-hhc mmedia.hhp
|
-hhc mmedia.hhp
|
||||||
|
-erase $(DOCDIR)\htmlhelp\mmedia.chm
|
||||||
|
move mmedia.chm $(DOCDIR)\htmlhelp\mmedia.chm
|
||||||
cd $(THISDIR)
|
cd $(THISDIR)
|
||||||
|
|
||||||
|
|
||||||
$(LOCALDOCDIR)\mmedia.dvi: $(DOCSOURCES)
|
$(LOCALDOCDIR)\mmedia.dvi: $(DOCSOURCES)
|
||||||
cd $(LOCALDOCDIR)
|
cd $(LOCALDOCDIR)
|
||||||
-latex mmedia
|
-latex mmedia
|
||||||
@@ -222,4 +236,3 @@ $(WXDIR)\docs\ps\mmedia.ps: $(LOCALDOCDIR)\mmedia.dvi
|
|||||||
move mmedia.ps $(WXDIR)\docs\ps\mmedia.ps
|
move mmedia.ps $(WXDIR)\docs\ps\mmedia.ps
|
||||||
cd $(THISDIR)
|
cd $(THISDIR)
|
||||||
|
|
||||||
|
|
||||||
|
@@ -174,6 +174,7 @@ $(DOCDIR)\html\ogl\ogl.htm: $(DOCSOURCES)
|
|||||||
$(DOCDIR)\htmlhelp\ogl.chm: $(DOCDIR)\html\ogl\ogl.htm $(DOCDIR)\html\ogl\ogl.hhp
|
$(DOCDIR)\htmlhelp\ogl.chm: $(DOCDIR)\html\ogl\ogl.htm $(DOCDIR)\html\ogl\ogl.hhp
|
||||||
cd $(DOCDIR)\html\ogl
|
cd $(DOCDIR)\html\ogl
|
||||||
-hhc ogl.hhp
|
-hhc ogl.hhp
|
||||||
|
-erase $(DOCDIR)\htmlhelp\ogl.chm
|
||||||
move ogl.chm $(DOCDIR)\htmlhelp\ogl.chm
|
move ogl.chm $(DOCDIR)\htmlhelp\ogl.chm
|
||||||
cd $(THISDIR)
|
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.
|
# Optionally, a cached version of the .hhp file can be generated with hhp2cached.
|
||||||
$(DOCDIR)\htb\ogl.htb: $(DOCDIR)\html\ogl\ogl.htm
|
$(DOCDIR)\htb\ogl.htb: $(DOCDIR)\html\ogl\ogl.htm
|
||||||
cd $(DOCDIR)\html\ogl
|
cd $(DOCDIR)\html\ogl
|
||||||
-erase /Y ogl.zip ogl.htb
|
-erase ogl.zip ogl.htb
|
||||||
zip32 ogl.zip *.htm *.gif *.hhp *.hhc *.hhk
|
zip ogl.zip *.htm *.gif *.hhp *.hhc *.hhk
|
||||||
-mkdir $(DOCDIR)\htb
|
-mkdir $(DOCDIR)\htb
|
||||||
|
-erase $(DOCDIR)\htb\ogl.htb
|
||||||
|
-erase $(DOCDIR)\htb\ogl.htb
|
||||||
move ogl.zip $(DOCDIR)\htb\ogl.htb
|
move ogl.zip $(DOCDIR)\htb\ogl.htb
|
||||||
cd $(THISDIR)
|
cd $(THISDIR)
|
||||||
|
|
||||||
|
@@ -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.
|
# Optionally, a cached version of the .hhp file can be generated with hhp2cached.
|
||||||
$(DOCDIR)\htb\xml.htb: $(DOCDIR)\html\xml\xml.htm
|
$(DOCDIR)\htb\xml.htb: $(DOCDIR)\html\xml\xml.htm
|
||||||
cd $(DOCDIR)\html\xml
|
cd $(DOCDIR)\html\xml
|
||||||
-erase /Y xml.zip xml.htb
|
-erase xml.zip xml.htb
|
||||||
zip32 xml.zip *.htm *.gif *.hhp *.hhc *.hhk
|
zip xml.zip *.htm *.gif *.hhp *.hhc *.hhk
|
||||||
-mkdir $(DOCDIR)\htb
|
-mkdir $(DOCDIR)\htb
|
||||||
move xml.zip $(DOCDIR)\htb\xml.htb
|
move xml.zip $(DOCDIR)\htb\xml.htb
|
||||||
cd $(THISDIR)
|
cd $(THISDIR)
|
||||||
|
@@ -11,6 +11,22 @@
|
|||||||
# - VC++ 6 or higher, to compile the binaries
|
# - VC++ 6 or higher, to compile the binaries
|
||||||
# - WinHelp compiler, HTML Help compiler, Tex2RTF on your path
|
# - WinHelp compiler, HTML Help compiler, Tex2RTF on your path
|
||||||
# - WISE Install 5
|
# - WISE Install 5
|
||||||
|
# - Word 97 (not tested with higher versions)
|
||||||
|
# - Adobe Acrobat & Distiller
|
||||||
|
#
|
||||||
|
# Before running this script, you will need to:
|
||||||
|
#
|
||||||
|
# - update the readmes, change log, manual version etc.
|
||||||
|
# - update version.h
|
||||||
|
# - update distrib/msw/wisetop.txt, wisebott.txt with the correct version
|
||||||
|
# number, plus any hard-wired wxWindows paths
|
||||||
|
# - test on a variety of compilers
|
||||||
|
#
|
||||||
|
# TODO:
|
||||||
|
#
|
||||||
|
# - generation of PDF (only PDF RTF generated so far)
|
||||||
|
# - perhaps prompt the user to read the important release docs,
|
||||||
|
# version.h, setup.h
|
||||||
#
|
#
|
||||||
# Julian Smart, October 2000
|
# Julian Smart, October 2000
|
||||||
|
|
||||||
@@ -19,6 +35,14 @@ DEST=$SRC/deliver
|
|||||||
TMPDIR=`cygpath -u $TEMP`
|
TMPDIR=`cygpath -u $TEMP`
|
||||||
OK=1
|
OK=1
|
||||||
DOWISE=0
|
DOWISE=0
|
||||||
|
DOPDF=0
|
||||||
|
DOALL=1
|
||||||
|
DOCSONLY=0
|
||||||
|
WXWINONLY=0
|
||||||
|
WISEONLY=0
|
||||||
|
BINONLY=0
|
||||||
|
PDFONLY=0
|
||||||
|
|
||||||
# For some reason, if we pipe output to egrep, we see output, but not otherwise.
|
# For some reason, if we pipe output to egrep, we see output, but not otherwise.
|
||||||
WARNINGS=": decorated name|: see reference|: see declaration|C4786|VC98\\\\INCLUDE|template<>"
|
WARNINGS=": decorated name|: see reference|: see declaration|C4786|VC98\\\\INCLUDE|template<>"
|
||||||
|
|
||||||
@@ -29,6 +53,8 @@ setup_vars() {
|
|||||||
TCLHOME=C:/PROGRA~1/Tcl export TCLHOME
|
TCLHOME=C:/PROGRA~1/Tcl export TCLHOME
|
||||||
PATH="$PATH:$VCPATH" export PATH
|
PATH="$PATH:$VCPATH" export PATH
|
||||||
export INCLUDE LIB
|
export INCLUDE LIB
|
||||||
|
|
||||||
|
WORDEXE="/c/Program Files/Microsoft Office/Office/WINWORD.EXE"
|
||||||
}
|
}
|
||||||
|
|
||||||
check_compile() {
|
check_compile() {
|
||||||
@@ -60,7 +86,7 @@ check_files() {
|
|||||||
if [ ! -d "$SRC/bin" ]; then
|
if [ ! -d "$SRC/bin" ]; then
|
||||||
mkdir "$SRC/bin"
|
mkdir "$SRC/bin"
|
||||||
fi
|
fi
|
||||||
if [ ! -e "$SRC/bin/DBVIEW.EXE" ]; then
|
if [ ! -e "$SRC/bin/DBGVIEW.EXE" ]; then
|
||||||
echo Please put DBGVIEW.EXE, DBGVIEW.CNT, DBGVIEW.HLP into $SRC/bin
|
echo Please put DBGVIEW.EXE, DBGVIEW.CNT, DBGVIEW.HLP into $SRC/bin
|
||||||
echo and run the script again.
|
echo and run the script again.
|
||||||
OK=0
|
OK=0
|
||||||
@@ -83,8 +109,23 @@ build_docs() {
|
|||||||
nmake -f makefile.vc html htmlhelp htb hlp pdfrtf
|
nmake -f makefile.vc html htmlhelp htb hlp pdfrtf
|
||||||
|
|
||||||
cd "$SRC/contrib/src/mmedia"
|
cd "$SRC/contrib/src/mmedia"
|
||||||
# NB: add htb target
|
nmake -f makefile.vc html htmlhelp htb hlp pdfrtf
|
||||||
nmake -f makefile.vc html htmlhelp hlp pdfrtf
|
}
|
||||||
|
|
||||||
|
# TODO: Make PDF via Word, if Word and Adobe Acrobat are present.
|
||||||
|
# This has to be interactive at present.
|
||||||
|
build_pdf() {
|
||||||
|
echo "---------------------------------"
|
||||||
|
echo "Building wxWindows PDF documents"
|
||||||
|
if [ -e "$WORDEXE" ]; then
|
||||||
|
"$WORDEXE" "$WXWIN\\docs\\pdf\\wx.rtf"
|
||||||
|
"$WORDEXE" "$WXWIN\\docs\\pdf\\dialoged.rtf"
|
||||||
|
"$WORDEXE" "$WXWIN\\docs\\pdf\\tex2rtf.rtf"
|
||||||
|
"$WORDEXE" "$WXWIN\\contrib\\docs\\pdf\\ogl.rtf"
|
||||||
|
"$WORDEXE" "$WXWIN\\contrib\\docs\\mmedia\\ogl.rtf"
|
||||||
|
else
|
||||||
|
echo MS Word not present. Not doing PDF build.
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Build wxWindows
|
# Build wxWindows
|
||||||
@@ -132,18 +173,41 @@ build_executables() {
|
|||||||
|
|
||||||
copy_files() {
|
copy_files() {
|
||||||
cp "$SRC/utils/dialoged/src/Release/dialoged.exe" "$SRC/bin"
|
cp "$SRC/utils/dialoged/src/Release/dialoged.exe" "$SRC/bin"
|
||||||
cp "$SRC/docs/winhelp/dialoged.*" "$SRC/bin"
|
cp "$SRC/docs/winhelp/dialoged.hlp" "$SRC/docs/winhelp/dialoged.cnt" "$SRC/bin"
|
||||||
|
|
||||||
cp "$SRC/utils/tex2rtf/src/Release/tex2rtf.exe" "$SRC/bin"
|
cp "$SRC/utils/tex2rtf/src/Release/tex2rtf.exe" "$SRC/bin"
|
||||||
cp "$SRC/docs/winhelp/tex2rtf.*" "$SRC/bin"
|
cp "$SRC/docs/winhelp/tex2rtf.hlp" "$SRC/docs/winhelp/tex2rtf.cnt" "$SRC/bin"
|
||||||
|
|
||||||
cp "$SRC/demos/life/life.exe" "$SRC/demos/life/breeder.lif" "$SRC/bin"
|
cp "$SRC/demos/life/Release/life.exe" "$SRC/demos/life/breeder.lif" "$SRC/bin"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Process command line options.
|
# Process command line options.
|
||||||
for i in "$@"; do
|
for i in "$@"; do
|
||||||
case "$i" in
|
case "$i" in
|
||||||
--wise) DOWISE=1 ;;
|
--wise) DOWISE=1 ;;
|
||||||
|
--pdf) DOPDF=1 ;;
|
||||||
|
--wise-only)
|
||||||
|
WISEONLY=1
|
||||||
|
DOWISE=1
|
||||||
|
DOALL=0
|
||||||
|
;;
|
||||||
|
--docs-only)
|
||||||
|
DOCSONLY=1
|
||||||
|
DOALL=0
|
||||||
|
;;
|
||||||
|
--bin-only)
|
||||||
|
BINONLY=1
|
||||||
|
DOALL=0
|
||||||
|
;;
|
||||||
|
--wxwin-only)
|
||||||
|
WXWINONLY=1
|
||||||
|
DOALL=0
|
||||||
|
;;
|
||||||
|
--pdf-only)
|
||||||
|
PDFONLY=1
|
||||||
|
DOPDF=1
|
||||||
|
DOALL=0
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo Usage: $0 "[ options ]"
|
echo Usage: $0 "[ options ]"
|
||||||
echo Generates documentation and binaries for creating a distribution,
|
echo Generates documentation and binaries for creating a distribution,
|
||||||
@@ -152,7 +216,13 @@ for i in "$@"; do
|
|||||||
echo
|
echo
|
||||||
echo Options:
|
echo Options:
|
||||||
echo " --help Display this help message"
|
echo " --help Display this help message"
|
||||||
echo " --wise Build zips and setup.exe after creating docs and binaries"
|
echo " --wise Additonally, build zips and setup.exe"
|
||||||
|
echo " --pdf Additionally, try to generate PDF"
|
||||||
|
echo " --wise-only Only do zip/setup phase"
|
||||||
|
echo " --wxwin-only Only do wxWin lib building phase"
|
||||||
|
echo " --docs-only Only do docs building phase"
|
||||||
|
echo " --pdf-only Only do PDF building phase"
|
||||||
|
echo " --bin-only Only do .exe building phase"
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@@ -162,28 +232,48 @@ mkdir -p $SRC/docs/pdf
|
|||||||
mkdir -p $SRC/docs/html
|
mkdir -p $SRC/docs/html
|
||||||
mkdir -p $SRC/docs/htmlhelp
|
mkdir -p $SRC/docs/htmlhelp
|
||||||
mkdir -p $SRC/docs/htb
|
mkdir -p $SRC/docs/htb
|
||||||
|
mkdir -p $SRC/docs/winhelp
|
||||||
|
mkdir -p $SRC/contrib/docs/pdf
|
||||||
|
mkdir -p $SRC/contrib/docs/html
|
||||||
|
mkdir -p $SRC/contrib/docs/htmlhelp
|
||||||
|
mkdir -p $SRC/contrib/docs/htb
|
||||||
|
mkdir -p $SRC/contrib/docs/winhelp
|
||||||
|
|
||||||
setup_vars
|
setup_vars
|
||||||
check_files
|
check_files
|
||||||
|
|
||||||
if [ "$OK" = "1" ]; then
|
if [ "$OK" = "1" ]; then
|
||||||
build_docs
|
if [ "$DOCSONLY" = "1" ] || [ "$DOALL" = "1" ]; then
|
||||||
|
build_docs
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$OK" = "1" ] && [ "$DOPDF" = "1" ]; then
|
||||||
|
if [ "$PDFONLY" = "1" ] || [ "$DOALL" = "1" ]; then
|
||||||
|
build_pdf
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$OK" = "1" ]; then
|
if [ "$OK" = "1" ]; then
|
||||||
build_wxwin_vc
|
if [ "$WXWINONLY" = "1" ] || [ "$DOALL" = "1" ]; then
|
||||||
|
build_wxwin_vc
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$OK" = "1" ]; then
|
if [ "$OK" = "1" ]; then
|
||||||
build_executables
|
if [ "$BINONLY" = "1" ] || [ "$DOALL" = "1" ]; then
|
||||||
|
build_executables
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$OK" = "1" ]; then
|
if [ "$OK" = "1" ]; then
|
||||||
copy_files
|
copy_files
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$OK" = "1" && "$DOWISE" = "1" ]; then
|
if [ "$OK" = "1" ] && [ "$DOWISE" = "1" ]; then
|
||||||
$SRC/distrib/msw/zipdist.sh --wise
|
if [ "$WISEONLY" = "1" ] || [ "$DOALL" = "1" ]; then
|
||||||
|
$SRC/distrib/msw/zipdist.sh --wise
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$OK" = "1" ]; then
|
if [ "$OK" = "1" ]; then
|
||||||
|
@@ -475,42 +475,11 @@ allhlp: wxhlp
|
|||||||
nmake -f makefile.vc hlp
|
nmake -f makefile.vc hlp
|
||||||
cd $(THISDIR)
|
cd $(THISDIR)
|
||||||
|
|
||||||
# cd $(WXDIR)\utils\wxhelp\src
|
|
||||||
# nmake -f makefile.vc hlp
|
|
||||||
# cd $(WXDIR)\utils\tex2rtf\src
|
|
||||||
# nmake -f makefile.vc hlp
|
|
||||||
# cd $(WXDIR)\utils\wxgraph\src
|
|
||||||
# nmake -f makefile.vc hlp
|
|
||||||
# cd $(WXDIR)\utils\wxchart\src
|
|
||||||
# nmake -f makefile.vc hlp
|
|
||||||
# cd $(WXDIR)\utils\wxtree\src
|
|
||||||
# nmake -f makefile.vc hlp
|
|
||||||
# cd $(WXDIR)\utils\wxbuild\src
|
|
||||||
# nmake -f makefile.vc hlp
|
|
||||||
# cd $(WXDIR)\utils\wxgrid\src
|
|
||||||
# nmake -f makefile.vc hlp
|
|
||||||
|
|
||||||
allhtml: wxhtml
|
allhtml: wxhtml
|
||||||
cd $(WXDIR)\utils\dialoged\src
|
cd $(WXDIR)\utils\dialoged\src
|
||||||
nmake -f makefile.vc html
|
nmake -f makefile.vc html
|
||||||
cd $(THISDIR)
|
cd $(THISDIR)
|
||||||
|
|
||||||
# nmake -f makefile.vc html
|
|
||||||
# cd $(WXDIR)\utils\dialoged\src
|
|
||||||
# nmake -f makefile.vc html
|
|
||||||
# cd $(WXDIR)\utils\hytext\src
|
|
||||||
# nmake -f makefile.vc html
|
|
||||||
# cd $(WXDIR)\utils\wxhelp\src
|
|
||||||
# nmake -f makefile.vc html
|
|
||||||
# cd $(WXDIR)\utils\tex2rtf\src
|
|
||||||
# nmake -f makefile.vc html
|
|
||||||
# cd $(WXDIR)\utils\wxgraph\src
|
|
||||||
# nmake -f makefile.vc html
|
|
||||||
# cd $(WXDIR)\utils\wxchart\src
|
|
||||||
# nmake -f makefile.vc html
|
|
||||||
# cd $(WXDIR)\utils\wxtree\src
|
|
||||||
# nmake -f makefile.vc html
|
|
||||||
|
|
||||||
allps: wxps referencps
|
allps: wxps referencps
|
||||||
cd $(WXDIR)\utils\dialoged\src
|
cd $(WXDIR)\utils\dialoged\src
|
||||||
nmake -f makefile.vc ps
|
nmake -f makefile.vc ps
|
||||||
@@ -521,18 +490,6 @@ allpdfrtf: pdfrtf
|
|||||||
nmake -f makefile.vc pdfrtf
|
nmake -f makefile.vc pdfrtf
|
||||||
cd $(THISDIR)
|
cd $(THISDIR)
|
||||||
|
|
||||||
# cd $(WXDIR)\utils\wxhelp\src
|
|
||||||
# nmake -f makefile.vc ps
|
|
||||||
# cd $(WXDIR)\utils\tex2rtf\src
|
|
||||||
# nmake -f makefile.vc ps
|
|
||||||
# cd $(WXDIR)\utils\wxgraph\src
|
|
||||||
# nmake -f makefile.vc ps
|
|
||||||
# cd $(WXDIR)\utils\wxchart\src
|
|
||||||
# nmake -f makefile.vc ps
|
|
||||||
# cd $(WXDIR)\utils\wxtree\src
|
|
||||||
# nmake -f makefile.vc ps
|
|
||||||
# cd $(THISDIR)
|
|
||||||
|
|
||||||
$(DOCDIR)/winhelp/wx.hlp: $(DOCDIR)/latex/wx/wx.rtf $(DOCDIR)/latex/wx/wx.hpj
|
$(DOCDIR)/winhelp/wx.hlp: $(DOCDIR)/latex/wx/wx.rtf $(DOCDIR)/latex/wx/wx.hpj
|
||||||
cd $(DOCDIR)/latex/wx
|
cd $(DOCDIR)/latex/wx
|
||||||
-erase wx.ph
|
-erase wx.ph
|
||||||
@@ -632,8 +589,8 @@ $(WXDIR)\docs\ps\referenc.ps: $(WXDIR)\docs\latex\wx\referenc.dvi
|
|||||||
# Optionally, a cached version of the .hhp file can be generated with hhp2cached.
|
# Optionally, a cached version of the .hhp file can be generated with hhp2cached.
|
||||||
$(DOCDIR)\htb\wx.htb: $(DOCDIR)\html\wx\wx.htm
|
$(DOCDIR)\htb\wx.htb: $(DOCDIR)\html\wx\wx.htm
|
||||||
cd $(WXDIR)\docs\html\wx
|
cd $(WXDIR)\docs\html\wx
|
||||||
-erase /Y wx.zip wx.htb
|
-erase wx.zip wx.htb
|
||||||
zip32 wx.zip *.htm *.gif *.hhp *.hhc *.hhk
|
zip wx.zip *.htm *.gif *.hhp *.hhc *.hhk
|
||||||
-mkdir $(DOCDIR)\htb
|
-mkdir $(DOCDIR)\htb
|
||||||
move wx.zip $(DOCDIR)\htb\wx.htb
|
move wx.zip $(DOCDIR)\htb\wx.htb
|
||||||
cd $(THISDIR)
|
cd $(THISDIR)
|
||||||
@@ -645,11 +602,14 @@ touchmanual:
|
|||||||
updatedocs: touchmanual alldocs
|
updatedocs: touchmanual alldocs
|
||||||
|
|
||||||
cleandocs:
|
cleandocs:
|
||||||
-erase /Y $(DOCDIR)\html\wx\wx.htm
|
-erase $(DOCDIR)\winhelp\wx.hlp
|
||||||
-erase /Y $(DOCDIR)\pdf\wx.rtf
|
-erase $(DOCDIR)\winhelp\wx.cnt
|
||||||
-erase /Y $(DOCDIR)\latex\wx\wx.rtf
|
-erase $(DOCDIR)\html\wx\*.htm
|
||||||
-erase /Y $(DOCDIR)\htmlhelp\wx.chm
|
-erase $(DOCDIR)\pdf\wx.rtf
|
||||||
-erase /Y $(DOCDIR)\htb\wx.htb
|
-erase $(DOCDIR)\latex\wx\wx.rtf
|
||||||
|
-erase $(DOCDIR)\latex\wx\WX.PH
|
||||||
|
-erase $(DOCDIR)\htmlhelp\wx.chm
|
||||||
|
-erase $(DOCDIR)\htb\wx.htb
|
||||||
|
|
||||||
# Start Word, running the GeneratePDF macro. MakeManual.dot should be in the
|
# Start Word, running the GeneratePDF macro. MakeManual.dot should be in the
|
||||||
# Office StartUp folder, and PDFMaker should be installed.
|
# Office StartUp folder, and PDFMaker should be installed.
|
||||||
|
@@ -90,8 +90,8 @@ $(WXDIR)\docs\ps\book.ps: $(WXDIR)\docs\latex\book\book.dvi
|
|||||||
# Optionally, a cached version of the .hhp file can be generated with hhp2cached.
|
# Optionally, a cached version of the .hhp file can be generated with hhp2cached.
|
||||||
$(DOCDIR)\htb\book.htb: $(DOCDIR)\html\book\book.htm
|
$(DOCDIR)\htb\book.htb: $(DOCDIR)\html\book\book.htm
|
||||||
cd $(WXDIR)\docs\html\book
|
cd $(WXDIR)\docs\html\book
|
||||||
-erase /Y book.zip book.htb
|
-erase book.zip book.htb
|
||||||
zip32 book.zip *.htm *.gif *.hhp *.hhc *.hhk
|
zip book.zip *.htm *.gif *.hhp *.hhc *.hhk
|
||||||
-mkdir $(DOCDIR)\htb
|
-mkdir $(DOCDIR)\htb
|
||||||
move book.zip $(DOCDIR)\htb\book.htb
|
move book.zip $(DOCDIR)\htb\book.htb
|
||||||
cd $(THISDIR)
|
cd $(THISDIR)
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
[OPTIONS]
|
[OPTIONS]
|
||||||
BMROOT=. ; Assume that bitmaps are where the source is
|
BMROOT=d:\wx2dev\wxWind~1\docs/latex/wx ; Assume that bitmaps are where the source is
|
||||||
TITLE=wxWindows Manual
|
TITLE=wxWindows Manual
|
||||||
CONTENTS=Contents
|
CONTENTS=Contents
|
||||||
COMPRESS=HIGH
|
COMPRESS=HIGH
|
||||||
|
@@ -688,42 +688,11 @@ allhlp: wxhlp
|
|||||||
nmake -f makefile.vc hlp
|
nmake -f makefile.vc hlp
|
||||||
cd $(THISDIR)
|
cd $(THISDIR)
|
||||||
|
|
||||||
# cd $(WXDIR)\utils\wxhelp\src
|
|
||||||
# nmake -f makefile.vc hlp
|
|
||||||
# cd $(WXDIR)\utils\tex2rtf\src
|
|
||||||
# nmake -f makefile.vc hlp
|
|
||||||
# cd $(WXDIR)\utils\wxgraph\src
|
|
||||||
# nmake -f makefile.vc hlp
|
|
||||||
# cd $(WXDIR)\utils\wxchart\src
|
|
||||||
# nmake -f makefile.vc hlp
|
|
||||||
# cd $(WXDIR)\utils\wxtree\src
|
|
||||||
# nmake -f makefile.vc hlp
|
|
||||||
# cd $(WXDIR)\utils\wxbuild\src
|
|
||||||
# nmake -f makefile.vc hlp
|
|
||||||
# cd $(WXDIR)\utils\wxgrid\src
|
|
||||||
# nmake -f makefile.vc hlp
|
|
||||||
|
|
||||||
allhtml: wxhtml
|
allhtml: wxhtml
|
||||||
cd $(WXDIR)\utils\dialoged\src
|
cd $(WXDIR)\utils\dialoged\src
|
||||||
nmake -f makefile.vc html
|
nmake -f makefile.vc html
|
||||||
cd $(THISDIR)
|
cd $(THISDIR)
|
||||||
|
|
||||||
# nmake -f makefile.vc html
|
|
||||||
# cd $(WXDIR)\utils\dialoged\src
|
|
||||||
# nmake -f makefile.vc html
|
|
||||||
# cd $(WXDIR)\utils\hytext\src
|
|
||||||
# nmake -f makefile.vc html
|
|
||||||
# cd $(WXDIR)\utils\wxhelp\src
|
|
||||||
# nmake -f makefile.vc html
|
|
||||||
# cd $(WXDIR)\utils\tex2rtf\src
|
|
||||||
# nmake -f makefile.vc html
|
|
||||||
# cd $(WXDIR)\utils\wxgraph\src
|
|
||||||
# nmake -f makefile.vc html
|
|
||||||
# cd $(WXDIR)\utils\wxchart\src
|
|
||||||
# nmake -f makefile.vc html
|
|
||||||
# cd $(WXDIR)\utils\wxtree\src
|
|
||||||
# nmake -f makefile.vc html
|
|
||||||
|
|
||||||
allps: wxps referencps
|
allps: wxps referencps
|
||||||
cd $(WXDIR)\utils\dialoged\src
|
cd $(WXDIR)\utils\dialoged\src
|
||||||
nmake -f makefile.vc ps
|
nmake -f makefile.vc ps
|
||||||
@@ -734,18 +703,6 @@ allpdfrtf: pdfrtf
|
|||||||
nmake -f makefile.vc pdfrtf
|
nmake -f makefile.vc pdfrtf
|
||||||
cd $(THISDIR)
|
cd $(THISDIR)
|
||||||
|
|
||||||
# cd $(WXDIR)\utils\wxhelp\src
|
|
||||||
# nmake -f makefile.vc ps
|
|
||||||
# cd $(WXDIR)\utils\tex2rtf\src
|
|
||||||
# nmake -f makefile.vc ps
|
|
||||||
# cd $(WXDIR)\utils\wxgraph\src
|
|
||||||
# nmake -f makefile.vc ps
|
|
||||||
# cd $(WXDIR)\utils\wxchart\src
|
|
||||||
# nmake -f makefile.vc ps
|
|
||||||
# cd $(WXDIR)\utils\wxtree\src
|
|
||||||
# nmake -f makefile.vc ps
|
|
||||||
# cd $(THISDIR)
|
|
||||||
|
|
||||||
$(DOCDIR)/winhelp/wx.hlp: $(DOCDIR)/latex/wx/wx.rtf $(DOCDIR)/latex/wx/wx.hpj
|
$(DOCDIR)/winhelp/wx.hlp: $(DOCDIR)/latex/wx/wx.rtf $(DOCDIR)/latex/wx/wx.hpj
|
||||||
cd $(DOCDIR)/latex/wx
|
cd $(DOCDIR)/latex/wx
|
||||||
-erase wx.ph
|
-erase wx.ph
|
||||||
@@ -845,8 +802,8 @@ $(WXDIR)\docs\ps\referenc.ps: $(WXDIR)\docs\latex\wx\referenc.dvi
|
|||||||
# Optionally, a cached version of the .hhp file can be generated with hhp2cached.
|
# Optionally, a cached version of the .hhp file can be generated with hhp2cached.
|
||||||
$(DOCDIR)\htb\wx.htb: $(DOCDIR)\html\wx\wx.htm
|
$(DOCDIR)\htb\wx.htb: $(DOCDIR)\html\wx\wx.htm
|
||||||
cd $(WXDIR)\docs\html\wx
|
cd $(WXDIR)\docs\html\wx
|
||||||
-erase /Y wx.zip wx.htb
|
-erase wx.zip wx.htb
|
||||||
zip32 wx.zip *.htm *.gif *.hhp *.hhc *.hhk
|
zip wx.zip *.htm *.gif *.hhp *.hhc *.hhk
|
||||||
-mkdir $(DOCDIR)\htb
|
-mkdir $(DOCDIR)\htb
|
||||||
move wx.zip $(DOCDIR)\htb\wx.htb
|
move wx.zip $(DOCDIR)\htb\wx.htb
|
||||||
cd $(THISDIR)
|
cd $(THISDIR)
|
||||||
@@ -858,11 +815,14 @@ touchmanual:
|
|||||||
updatedocs: touchmanual alldocs
|
updatedocs: touchmanual alldocs
|
||||||
|
|
||||||
cleandocs:
|
cleandocs:
|
||||||
-erase /Y $(DOCDIR)\html\wx\wx.htm
|
-erase $(DOCDIR)\winhelp\wx.hlp
|
||||||
-erase /Y $(DOCDIR)\pdf\wx.rtf
|
-erase $(DOCDIR)\winhelp\wx.cnt
|
||||||
-erase /Y $(DOCDIR)\latex\wx\wx.rtf
|
-erase $(DOCDIR)\html\wx\*.htm
|
||||||
-erase /Y $(DOCDIR)\htmlhelp\wx.chm
|
-erase $(DOCDIR)\pdf\wx.rtf
|
||||||
-erase /Y $(DOCDIR)\htb\wx.htb
|
-erase $(DOCDIR)\latex\wx\wx.rtf
|
||||||
|
-erase $(DOCDIR)\latex\wx\WX.PH
|
||||||
|
-erase $(DOCDIR)\htmlhelp\wx.chm
|
||||||
|
-erase $(DOCDIR)\htb\wx.htb
|
||||||
|
|
||||||
# Start Word, running the GeneratePDF macro. MakeManual.dot should be in the
|
# Start Word, running the GeneratePDF macro. MakeManual.dot should be in the
|
||||||
# Office StartUp folder, and PDFMaker should be installed.
|
# Office StartUp folder, and PDFMaker should be installed.
|
||||||
|
@@ -130,8 +130,8 @@ $(DOCDIR)\htmlhelp\dialoged.chm : $(DOCDIR)\html\dialoged\dlged.htm $(DOCDIR)\ht
|
|||||||
# Optionally, a cached version of the .hhp file can be generated with hhp2cached.
|
# Optionally, a cached version of the .hhp file can be generated with hhp2cached.
|
||||||
$(DOCDIR)\htb\dialoged.htb: $(DOCDIR)\html\dialoged\dlged.htm
|
$(DOCDIR)\htb\dialoged.htb: $(DOCDIR)\html\dialoged\dlged.htm
|
||||||
cd $(DOCDIR)\html\dialoged
|
cd $(DOCDIR)\html\dialoged
|
||||||
-erase /Y dialoged.zip dialoged.htb
|
-erase dialoged.zip dialoged.htb
|
||||||
zip32 dialoged.zip *.htm *.gif *.hhp *.hhc *.hhk
|
zip dialoged.zip *.htm *.gif *.hhp *.hhc *.hhk
|
||||||
-mkdir $(DOCDIR)\htb
|
-mkdir $(DOCDIR)\htb
|
||||||
move dialoged.zip $(DOCDIR)\htb\dialoged.htb
|
move dialoged.zip $(DOCDIR)\htb\dialoged.htb
|
||||||
cd $(THISDIR)
|
cd $(THISDIR)
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
[OPTIONS]
|
[OPTIONS]
|
||||||
BMROOT=. ; Assume that bitmaps are where the source is
|
BMROOT=d:\wx2dev\wxWind~1\utils\tex2rtf\docs ; Assume that bitmaps are where the source is
|
||||||
TITLE=Tex2RTF Manual
|
TITLE=Tex2RTF Manual
|
||||||
CONTENTS=Contents
|
CONTENTS=Contents
|
||||||
COMPRESS=HIGH
|
COMPRESS=HIGH
|
||||||
|
@@ -138,8 +138,8 @@ $(DOCDIR)\htmlhelp\tex2rtf.chm : $(DOCDIR)\html\tex2rtf\t2rtf.htm $(DOCDIR)\html
|
|||||||
# Optionally, a cached version of the .hhp file can be generated with hhp2cached.
|
# Optionally, a cached version of the .hhp file can be generated with hhp2cached.
|
||||||
$(DOCDIR)\htb\tex2rtf.htb: $(DOCDIR)\html\tex2rtf\t2rtf.htm
|
$(DOCDIR)\htb\tex2rtf.htb: $(DOCDIR)\html\tex2rtf\t2rtf.htm
|
||||||
cd $(DOCDIR)\html\tex2rtf
|
cd $(DOCDIR)\html\tex2rtf
|
||||||
-erase /Y tex2rtf.zip tex2rtf.htb
|
-erase tex2rtf.zip tex2rtf.htb
|
||||||
zip32 tex2rtf.zip *.htm *.gif *.hhp *.hhc *.hhk
|
zip tex2rtf.zip *.htm *.gif *.hhp *.hhc *.hhk
|
||||||
-mkdir $(DOCDIR)\htb
|
-mkdir $(DOCDIR)\htb
|
||||||
move tex2rtf.zip $(DOCDIR)\htb\tex2rtf.htb
|
move tex2rtf.zip $(DOCDIR)\htb\tex2rtf.htb
|
||||||
cd $(THISDIR)
|
cd $(THISDIR)
|
||||||
|
Reference in New Issue
Block a user