[Lunar-commits] CVS: moonbase/doc-tools/doxygen BUILD, 1.6, 1.7 DEPENDS, 1.9, 1.10

Florin Braescu florin at lunar-linux.org
Thu Jan 13 21:23:44 UTC 2005


Update of /var/cvs/lunar/moonbase/doc-tools/doxygen
In directory espresso.foo-projects.org:/tmp/cvs-serv1194/doc-tools/doxygen

Modified Files:
	BUILD DEPENDS 
Log Message:
fix the compile using ben's suggestions. thank you ben.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/doxygen/BUILD,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BUILD	13 Nov 2004 12:49:57 -0000	1.6
+++ BUILD	13 Jan 2005 21:23:42 -0000	1.7
@@ -1,4 +1,4 @@
-( 
+(
 
     if [ -f src/Makefile ]; then
       message "${MESSAGE_COLOR}Makefile's detected, doing make distclean before compiling${DEFAULT_COLOR}" &&
@@ -9,11 +9,13 @@
     ./configure --platform linux-g++        \
                 --prefix /usr               \
                 --install /usr/bin/install  \
-		$OPTS                      &&
+                $OPTS                      &&
 
     make             &&
-    make docs        &&
+    if which python 2> /dev/null 1>&2; then
+       make docs     
+    fi               &&
     prepare_install  &&
     make install
 
-) > $C_FIFO 2>&1
+) > $C_FIFO 2>&1
\ No newline at end of file

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/doxygen/DEPENDS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DEPENDS	13 Jan 2005 20:26:16 -0000	1.9
+++ DEPENDS	13 Jan 2005 21:23:42 -0000	1.10
@@ -1,8 +1,8 @@
 depends sed     &&
 depends espgs   &&
 depends teTeX   &&
-depends python  &&
 
+optional_depends "Python"   ""                  "" "Build the doc files     " &&
 optional_depends "qt3"      "--with-doxywizard" "" "Graphical wizard support" &&
 optional_depends "graphviz" ""                  "" "Dot support" 
 



More information about the Lunar-commits mailing list