[Lemon-commits] [lemon_svn] ladanyi: r1749 - hugo/trunk/doc

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


Author: ladanyi
Date: Wed Apr  6 10:14:16 2005
New Revision: 1749

Modified:
   hugo/trunk/doc/Makefile.am

Log:
make distcheck works again

Modified: hugo/trunk/doc/Makefile.am
==============================================================================
--- hugo/trunk/doc/Makefile.am	(original)
+++ hugo/trunk/doc/Makefile.am	Wed Apr  6 10:14:16 2005
@@ -5,7 +5,7 @@
 htmldir = $(datadir)/doc/@PACKAGE at -@VERSION@/html
 ## htmldir = $(pkgdatadir)/doc
 
-EXTRA_DIST = Doxyfile html mainpage.dox getstart.dox quicktour.dox \
+EXTRA_DIST = html mainpage.dox getstart.dox quicktour.dox \
 	demoprograms.dox graphs.dox undir_graphs.dox named-param.dox \
         maps.dox coding_style.dox groups.dox namespaces.dox license.dox \
 	developers_interface.dox graph_io.dox dirs.dox gwrappers.dox
@@ -15,7 +15,7 @@
 
 ## TODO: 'html/index.html' should depend on the files listed in Doxyfile's
 ## INPUT variable.
-html/index.html: Doxyfile
+html/index.html:
 	-rm -rf html
 	doxygen Doxyfile
 



More information about the Lemon-commits mailing list