[Libphidget-cvs-commits] CVS: libphidget/src/phidget++ Makefile.am,1.4,1.5
Status: Alpha
Brought to you by:
jstrohm
From: Vadim T. <vt...@us...> - 2002-09-12 01:32:10
|
Update of /cvsroot/libphidget/libphidget/src/phidget++ In directory usw-pr-cvs1:/tmp/cvs-serv20619/src/phidget++ 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/src/phidget++/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.am 9 Sep 2002 08:48:33 -0000 1.4 --- Makefile.am 12 Sep 2002 01:32:07 -0000 1.5 *************** *** 41,50 **** if DOXYGEN_ENABLED ! all-local: @DOXYGEN@ else ! all-local: @ @ECHO@ "*** Documentation is not created - install Doxygen" --- 41,50 ---- if DOXYGEN_ENABLED ! docs: @DOXYGEN@ else ! docs: @ @ECHO@ "*** Documentation is not created - install Doxygen" |