[Lunar-commits] r23116 - moonbase/trunk/kde3/base/kdelibs3

Dennis Veatch stumbles at lunar-linux.org
Sat Feb 3 13:34:39 CET 2007


Author: stumbles
Date: 2007-02-03 13:34:39 +0100 (Sat, 03 Feb 2007)
New Revision: 23116

Added:
   moonbase/trunk/kde3/base/kdelibs3/CONFIGURE
Modified:
   moonbase/trunk/kde3/base/kdelibs3/BUILD
Log:

Just something I noticed in the kdevelop compile log 
it noting there were no apidox. Their absence doens't
prevent kdevelop from installing, just that it will use
them if available.



Modified: moonbase/trunk/kde3/base/kdelibs3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdelibs3/BUILD	2007-02-03 05:41:27 UTC (rev 23115)
+++ moonbase/trunk/kde3/base/kdelibs3/BUILD	2007-02-03 12:34:39 UTC (rev 23116)
@@ -3,6 +3,13 @@
   . /etc/profile.d/qt3.rc
   . /etc/profile.d/kde3.rc
 
-  default_build
- 
+
+  default_config &&
+
+  if [[ "$APIDOX" == "y" ]]; then
+    make apidox &&
+  fi
+
+  default_make
+
 ) > $C_FIFO 2>&1

Added: moonbase/trunk/kde3/base/kdelibs3/CONFIGURE
===================================================================
--- moonbase/trunk/kde3/base/kdelibs3/CONFIGURE	                        (rev 0)
+++ moonbase/trunk/kde3/base/kdelibs3/CONFIGURE	2007-02-03 12:34:39 UTC (rev 23116)
@@ -0,0 +1 @@
+mquery APIDOX "Create API documents (used by kdevelop)?" y



More information about the Lunar-commits mailing list