Allow the doxygen command to be used to be specified in the environment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,6 +27,10 @@ if [ "$WXWIDGETS" = "" ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$DOXYGEN" = "" ]; then
|
||||||
|
DOXYGEN=doxygen
|
||||||
|
fi
|
||||||
|
|
||||||
# prepare folders for the cp commands below
|
# prepare folders for the cp commands below
|
||||||
mkdir -p out/html # we need to copy files in this folder below
|
mkdir -p out/html # we need to copy files in this folder below
|
||||||
mkdir -p out/html/generic out/html/wxmsw out/html/wxgtk out/html/wxmac
|
mkdir -p out/html/generic out/html/wxmsw out/html/wxgtk out/html/wxmac
|
||||||
@@ -57,7 +61,7 @@ fi
|
|||||||
# otherwise when generating the CHM file with Doxygen, those files are
|
# otherwise when generating the CHM file with Doxygen, those files are
|
||||||
# not included!
|
# not included!
|
||||||
#
|
#
|
||||||
doxygen $cfgfile
|
$DOXYGEN $cfgfile
|
||||||
|
|
||||||
if [[ "$1" = "qch" ]]; then
|
if [[ "$1" = "qch" ]]; then
|
||||||
# we need to add missing files to the .qhp
|
# we need to add missing files to the .qhp
|
||||||
|
Reference in New Issue
Block a user