From df30f9537b30a16e6cb35e703488a53e40089cae Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 13 Jun 2012 23:20:08 +0000 Subject: [PATCH] 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 --- docs/doxygen/regen.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.45.2