doc/Makefile.am
changeset 1177 e41c2907fb49
parent 1072 ce824c6ffd5d
child 1310 1b434e6cc405
     1.1 --- a/doc/Makefile.am	Thu Feb 24 17:42:11 2005 +0000
     1.2 +++ b/doc/Makefile.am	Thu Feb 24 17:48:25 2005 +0000
     1.3 @@ -5,7 +5,11 @@
     1.4  htmldir = $(datadir)/doc/@PACKAGE@-@VERSION@/html
     1.5  ## htmldir = $(pkgdatadir)/doc
     1.6  
     1.7 -EXTRA_DIST = Doxyfile html coding_style.dox groups.dox mainpage.dox maps.dox
     1.8 +EXTRA_DIST = Doxyfile 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 +
    1.13  
    1.14  ## all-local: html/index.html
    1.15