Author: anhi-guest
Date: 2009-07-22 11:42:15 +0000 (Wed, 22 Jul 2009)
New Revision: 3687

Modified:
   trunk/packages/ball/trunk/debian/debian-ball-install
Log:
Added note before building BALL documentation.


Modified: trunk/packages/ball/trunk/debian/debian-ball-install
===================================================================
--- trunk/packages/ball/trunk/debian/debian-ball-install        2009-07-22 
09:13:26 UTC (rev 3686)
+++ trunk/packages/ball/trunk/debian/debian-ball-install        2009-07-22 
11:42:15 UTC (rev 3687)
@@ -43,7 +43,7 @@
                                                                                
                                                                        
 if [ "$1" == "build" ]
 then
-       cd $BALL_PATH/source && make doc && make depend && mymake && make 
install
+       cd $BALL_PATH/source && echo "Running doxygen... This can take a 
while..." && make doc && echo "Doxygen done!" && make depend && mymake && make 
install
        cd $BALL_PATH/source/PYTHON/EXTENSIONS && mymake && make install
        cd $BALL_PATH/source/APPLICATIONS/BALLVIEW && mymake            
        exit $?


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to