[Lunar-commits] r17863 - moonbase/trunk/doc-tools/doxygen

Terry Chan tchan at lunar-linux.org
Sat Dec 31 06:36:45 UTC 2005


Author: tchan
Date: 2005-12-31 06:36:44 +0000 (Sat, 31 Dec 2005)
New Revision: 17863

Modified:
   moonbase/trunk/doc-tools/doxygen/BUILD
Log:
Removed the doxywizard query in the BUILD script.  First off there is NO
configure option called --without-doxywizard. Secondly the DEPENDS file
for doxygen has had the --with-doxywizard listed since 20030617.  Learn how
to use "svn log MODULENAME".


Modified: moonbase/trunk/doc-tools/doxygen/BUILD
===================================================================
--- moonbase/trunk/doc-tools/doxygen/BUILD	2005-12-31 06:18:31 UTC (rev 17862)
+++ moonbase/trunk/doc-tools/doxygen/BUILD	2005-12-31 06:36:44 UTC (rev 17863)
@@ -1,13 +1,5 @@
 (
 
-    if  query  "Enable doxywizard GUI? " y; then
-      OPTS="$OPTS --with-doxywizard"
-    else
-      OPTS="$OPTS --without-doxywizard"
-    fi
-
-
-
     if [ -f src/Makefile ]; then
       message "${MESSAGE_COLOR}Makefile's detected, doing make distclean before compiling${DEFAULT_COLOR}" &&
       ./configure &&



More information about the Lunar-commits mailing list