X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0e5edf5486ad19e1bb135851924ae4791e3b5d2..8b5cec2580b423c9c335b2e8222a44561628235d:/docs/doxygen/regen.sh?ds=sidebyside diff --git a/docs/doxygen/regen.sh b/docs/doxygen/regen.sh index b29e1a522b..64daea529b 100755 --- a/docs/doxygen/regen.sh +++ b/docs/doxygen/regen.sh @@ -27,6 +27,10 @@ if [ "$WXWIDGETS" = "" ]; then fi fi +if [ "$DOXYGEN" = "" ]; then + DOXYGEN=doxygen +fi + # prepare folders for the cp commands 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 @@ -57,7 +61,7 @@ fi # otherwise when generating the CHM file with Doxygen, those files are # not included! # -doxygen $cfgfile +$DOXYGEN $cfgfile if [[ "$1" = "qch" ]]; then # we need to add missing files to the .qhp