Update of /cvsroot/libphidget/libphidget
In directory usw-pr-cvs1:/tmp/cvs-serv20619
Modified Files:
Makefile.am
Log Message:
Doxygen documentation will not be created on 'make all' run anymore. To
create the documentation, run 'make docs'.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libphidget/libphidget/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile.am 12 Sep 2002 00:24:28 -0000 1.7
--- Makefile.am 12 Sep 2002 01:32:07 -0000 1.8
***************
*** 66,67 ****
--- 66,72 ----
@LN_S@ -f `pwd`/@PACKAGE@-@VERSION@.tar.gz /usr/src/redhat/SOURCES/@PACKAGE@-@VERSION@.tar.gz
cd /usr/src/redhat/SPECS && @RPM@ -ba @PACKAGE@.spec
+
+ docs:
+
+ cd ./src/libphidget && ${MAKE} docs
+ cd ./src/phidget++ && ${MAKE} docs
|