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