diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-02-13 23:50:17 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-02-13 23:50:17 (GMT) |
commit | 8c1b043c253afced181c04b39328ace755a91704 (patch) | |
tree | 8df4c20884572cc62dacf549b03f824dadf03e4f /Utilities/Doxygen | |
parent | 4360a03238c775b0b97e9b0bbb27a38e0f0edf2e (diff) | |
download | CMake-8c1b043c253afced181c04b39328ace755a91704.zip CMake-8c1b043c253afced181c04b39328ace755a91704.tar.gz CMake-8c1b043c253afced181c04b39328ace755a91704.tar.bz2 |
FIX: remove that good ol' exit 0;
Diffstat (limited to 'Utilities/Doxygen')
-rwxr-xr-x | Utilities/Doxygen/doc_makeall.sh.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Utilities/Doxygen/doc_makeall.sh.in b/Utilities/Doxygen/doc_makeall.sh.in index 3f736bb..2f648e5 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:32:04 barre> +# modified by S. Barre (Time-stamp: <2002-02-13 18:49:35 barre> # ------------------------------------------------------------------------- # Path to several tools (_PROG to avoid the typical GZIP env var pb) @@ -186,8 +186,6 @@ if test "x@VTK_SOURCE_DIR@" != "x" ; then fi fi -exit 0; - # ---------------------------------------------------------------------------- # Create the CHM HTML HELP doc. |