From: Gonzalo A. <ga...@us...> - 2006-08-23 16:22:55
|
Update of /cvsroot/mod-c/ehtml In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4634 Modified Files: Makefile.am Log Message: doxygen support for automatic documentation. Index: Makefile.am =================================================================== RCS file: /cvsroot/mod-c/ehtml/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 22 Aug 2006 18:36:19 -0000 1.3 --- Makefile.am 23 Aug 2006 16:22:36 -0000 1.4 *************** *** 1,3 **** ! SUBDIRS = src include samples --- 1,3 ---- ! SUBDIRS = src include samples $(DOXYGEN_SUBDIR) |