[Lunar-commits] CVS: moonbase/doc-tools/doxygen BUILD, 1.3, 1.4 DETAILS, 1.12, 1.13

Jerry Lundström prox at lunar-linux.org
Thu May 13 08:05:10 GMT 2004


Update of /var/cvs/lunar/moonbase/doc-tools/doxygen
In directory dbguin.lunar-linux.org:/tmp/cvs-serv16636

Modified Files:
	BUILD DETAILS 
Log Message:
change so it detects src/Makefile and does make distclean before it compiles

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/doxygen/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	18 Jun 2003 00:35:23 -0000	1.3
+++ BUILD	13 May 2004 08:05:08 -0000	1.4
@@ -1,5 +1,11 @@
 ( 
-    sedit "s/lqt/lqt-mt/" tmake/lib/linux-g++/tmake.conf
+    sedit "s/lqt/lqt-mt/" tmake/lib/linux-g++/tmake.conf &&
+
+    if [ -f src/Makefile ]; then
+      message "${MESSAGE_COLOR}Makefile's detected, doing make distclean before compiling${DEFAULT_COLOR}" &&
+      ./configure &&
+      make distclean
+    fi &&
 
     ./configure --platform linux-g++         \
                 --install /usr/bin/install   \

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/doxygen/DETAILS,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- DETAILS	11 May 2004 20:45:36 -0000	1.12
+++ DETAILS	13 May 2004 08:05:08 -0000	1.13
@@ -1,13 +1,13 @@
           MODULE=doxygen
          VERSION=1.3.7
-	  SOURCE=$MODULE-$VERSION.src.tar.gz
+          SOURCE=$MODULE-$VERSION.src.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=ftp://ftp.stack.nl/pub/users/dimitri/$SOURCE
       SOURCE_VFY=md5:7ce4cd446a1eb2f91c4bcf31b3b80f58
-      WEB_SITE=http://www.stack.nl/~dimitri/doxygen/
+        WEB_SITE=http://www.stack.nl/~dimitri/doxygen/
          ENTERED=20020529
-         UPDATED=20040508
-       SHORT="Doxygen is a documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C."
+         UPDATED=20040513
+           SHORT="Doxygen is a documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C."
 
 cat << EOF
 Doxygen is a documentation system for C++, Java, IDL (Corba, Microsoft and 



More information about the Lunar-commits mailing list