FIX: HHC is now HTML_HELP_COMPILER
This commit is contained in:
parent
b20d232855
commit
c2b3df0c84
@ -1,6 +1,6 @@
|
|||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Doxygen documentation batch
|
# 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)
|
# 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))
|
# TAR_PROG=@TAR@ (INCLUDE(${CMAKE_ROOT}/Modules/FindCygwin.cmake))
|
||||||
# WGET_PROG=@WGET@ (INCLUDE(${CMAKE_ROOT}/Modules/FindWget.cmake))
|
# WGET_PROG=@WGET@ (INCLUDE(${CMAKE_ROOT}/Modules/FindWget.cmake))
|
||||||
#
|
#
|
||||||
export DOXYGEN_PROG="@DOXYGEN@" # Doxygen
|
export DOXYGEN_PROG="@DOXYGEN@" # Doxygen
|
||||||
export GZIP_PROG="@GZIP@" # gzip (Unix-like 'gzip compressor')
|
export GZIP_PROG="@GZIP@" # gzip (Unix-like 'gzip compressor')
|
||||||
export GNUPLOT_PROG="@GNUPLOT@" # gnuplot (data plotting program)
|
export GNUPLOT_PROG="@GNUPLOT@" # gnuplot (data plotting program)
|
||||||
export HHC_PROG="@HHC@" # HTML Help Compiler
|
export HHC_PROG="@HTML_HELP_COMPILER@" # HTML Help Compiler
|
||||||
export MV_PROG="@MV@" # mv (Unix-like 'move/rename files')
|
export MV_PROG="@MV@" # mv (Unix-like 'move/rename files')
|
||||||
export PERL_PROG="@PERL@" # Perl
|
export PERL_PROG="@PERL@" # Perl
|
||||||
export RM_PROG="@RM@" # rm (Unix-like 'remove files')
|
export RM_PROG="@RM@" # rm (Unix-like 'remove files')
|
||||||
export TAR_PROG="@TAR@" # tar (Unix-like 'archiver')
|
export TAR_PROG="@TAR@" # tar (Unix-like 'archiver')
|
||||||
export WGET_PROG="@WGET@" # wget (remote file retrieval)
|
export WGET_PROG="@WGET@" # wget (remote file retrieval)
|
||||||
|
|
||||||
# PROJECT_NAME:
|
# PROJECT_NAME:
|
||||||
# Documentation/project name. Used in some of the resulting file names and
|
# Documentation/project name. Used in some of the resulting file names and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user