make distcheck works again
authorladanyi
Wed, 06 Apr 2005 08:14:16 +0000
changeset 13101b434e6cc405
parent 1309 b3ce42a4d7d2
child 1311 b810a07248a0
make distcheck works again
doc/Makefile.am
     1.1 --- a/doc/Makefile.am	Wed Apr 06 07:24:48 2005 +0000
     1.2 +++ b/doc/Makefile.am	Wed Apr 06 08:14:16 2005 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  htmldir = $(datadir)/doc/@PACKAGE@-@VERSION@/html
     1.5  ## htmldir = $(pkgdatadir)/doc
     1.6  
     1.7 -EXTRA_DIST = Doxyfile html mainpage.dox getstart.dox quicktour.dox \
     1.8 +EXTRA_DIST = html mainpage.dox getstart.dox quicktour.dox \
     1.9  	demoprograms.dox graphs.dox undir_graphs.dox named-param.dox \
    1.10          maps.dox coding_style.dox groups.dox namespaces.dox license.dox \
    1.11  	developers_interface.dox graph_io.dox dirs.dox gwrappers.dox
    1.12 @@ -15,7 +15,7 @@
    1.13  
    1.14  ## TODO: 'html/index.html' should depend on the files listed in Doxyfile's
    1.15  ## INPUT variable.
    1.16 -html/index.html: Doxyfile
    1.17 +html/index.html:
    1.18  	-rm -rf html
    1.19  	doxygen Doxyfile
    1.20