[Lunar-commits] r24388 - moonbase/trunk/doc-tools/doxygen
Dennis Veatch
stumbles at lunar-linux.org
Fri May 11 21:35:35 CEST 2007
Author: stumbles
Date: 2007-05-11 21:35:34 +0200 (Fri, 11 May 2007)
New Revision: 24388
Modified:
moonbase/trunk/doc-tools/doxygen/BUILD
Log:
Just a twiddle.
Modified: moonbase/trunk/doc-tools/doxygen/BUILD
===================================================================
--- moonbase/trunk/doc-tools/doxygen/BUILD 2007-05-11 18:46:56 UTC (rev 24387)
+++ moonbase/trunk/doc-tools/doxygen/BUILD 2007-05-11 19:35:34 UTC (rev 24388)
@@ -1,21 +1,27 @@
(
- if [ -f src/Makefile ]; then
- message "${MESSAGE_COLOR}Makefile's detected, doing make distclean before compiling${DEFAULT_COLOR}" &&
- ./configure &&
- make distclean
- fi &&
+ 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++ \
- --prefix /usr \
- --install /usr/bin/install \
- $OPTS &&
+ ./configure --platform linux-g++ \
+ --prefix /usr \
+ --install /usr/bin/install \
+ $OPTS &&
- make &&
- if which python 2> /dev/null 1>&2; then
- make docs
- fi &&
- prepare_install &&
- make install
+ make &&
+ if which python 2> /dev/null 1>&2; then
+ make docs
+ fi &&
+ prepare_install &&
+ make install &&
+# I have notice with some apps (dirac) comes to mind, make notice during make
+# the /usr/share/doc/apr/docs/doxygen.conf needs to be updated. This takes
+# care of that.
+
+ doxygen -u /usr/share/doc/apr/docs/doxygen.conf
+
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list