[Lemon-commits] [lemon_svn] ladanyi: r2722 - hugo/branches/single_makefile/doc

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:54:44 CET 2006


Author: ladanyi
Date: Fri Apr 21 10:41:13 2006
New Revision: 2722

Modified:
   hugo/branches/single_makefile/doc/Makefile.am

Log:
fix 'make dist'


Modified: hugo/branches/single_makefile/doc/Makefile.am
==============================================================================
--- hugo/branches/single_makefile/doc/Makefile.am	(original)
+++ hugo/branches/single_makefile/doc/Makefile.am	Fri Apr 21 10:41:13 2006
@@ -21,7 +21,9 @@
 	doc/quicktour.dox \
 	doc/ugraphs.dox
 
-doc:
+doc: doc/html
+
+doc/html:
 	if test ${doxygen_found} = yes; then \
 	  cd doc; \
 	  doxygen Doxyfile; \



More information about the Lemon-commits mailing list