diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2003-01-16 19:05:56 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2003-01-16 19:05:56 (GMT) |
commit | c2b3df0c846fba9f5d6b6cfd6175b9c4225d2501 (patch) | |
tree | f335bad0037d8fbf6af3445e01e176417b8c077e /Utilities | |
parent | b20d232855e32120ad05cc87ccfce6ef700e4948 (diff) | |
download | CMake-c2b3df0c846fba9f5d6b6cfd6175b9c4225d2501.zip CMake-c2b3df0c846fba9f5d6b6cfd6175b9c4225d2501.tar.gz CMake-c2b3df0c846fba9f5d6b6cfd6175b9c4225d2501.tar.bz2 |
FIX: HHC is now HTML_HELP_COMPILER
Diffstat (limited to 'Utilities')
-rwxr-xr-x | Utilities/Doxygen/doc_makeall.sh.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Utilities/Doxygen/doc_makeall.sh.in b/Utilities/Doxygen/doc_makeall.sh.in index 2f648e5..20f0a85 100755 --- a/Utilities/Doxygen/doc_makeall.sh.in +++ b/Utilities/Doxygen/doc_makeall.sh.in @@ -1,6 +1,6 @@ # ------------------------------------------------------------------------- # Doxygen documentation batch -# modified by S. Barre (Time-stamp: <2002-02-13 18:49:35 barre> +# modified by S. Barre (Time-stamp: <2003-01-16 14:04:41 barre> # ------------------------------------------------------------------------- # Path to several tools (_PROG to avoid the typical GZIP env var pb) @@ -14,15 +14,15 @@ # TAR_PROG=@TAR@ (INCLUDE(${CMAKE_ROOT}/Modules/FindCygwin.cmake)) # WGET_PROG=@WGET@ (INCLUDE(${CMAKE_ROOT}/Modules/FindWget.cmake)) # -export DOXYGEN_PROG="@DOXYGEN@" # Doxygen -export GZIP_PROG="@GZIP@" # gzip (Unix-like 'gzip compressor') -export GNUPLOT_PROG="@GNUPLOT@" # gnuplot (data plotting program) -export HHC_PROG="@HHC@" # HTML Help Compiler -export MV_PROG="@MV@" # mv (Unix-like 'move/rename files') -export PERL_PROG="@PERL@" # Perl -export RM_PROG="@RM@" # rm (Unix-like 'remove files') -export TAR_PROG="@TAR@" # tar (Unix-like 'archiver') -export WGET_PROG="@WGET@" # wget (remote file retrieval) +export DOXYGEN_PROG="@DOXYGEN@" # Doxygen +export GZIP_PROG="@GZIP@" # gzip (Unix-like 'gzip compressor') +export GNUPLOT_PROG="@GNUPLOT@" # gnuplot (data plotting program) +export HHC_PROG="@HTML_HELP_COMPILER@" # HTML Help Compiler +export MV_PROG="@MV@" # mv (Unix-like 'move/rename files') +export PERL_PROG="@PERL@" # Perl +export RM_PROG="@RM@" # rm (Unix-like 'remove files') +export TAR_PROG="@TAR@" # tar (Unix-like 'archiver') +export WGET_PROG="@WGET@" # wget (remote file retrieval) # PROJECT_NAME: # Documentation/project name. Used in some of the resulting file names and |