# HG changeset patch # User ladanyi # Date 1121175361 0 # Node ID e8378402f97ea54f216cdcaa3d3092e247a0e592 # Parent 955e8e83f6b15cbb653ddf67f8a00a997ebaebab Added the individual png files to EXTRA_DIST instead of the icons directory. This way the .svn directories do not get in the tarball. An alternative solution would be to delete these in a dist-hook target. diff -r 955e8e83f6b1 -r e8378402f97e doc/Makefile.am --- a/doc/Makefile.am Mon Jul 11 08:54:31 2005 +0000 +++ b/doc/Makefile.am Tue Jul 12 13:36:01 2005 +0000 @@ -1,9 +1,26 @@ htmldir = $(datadir)/doc/$(DOCSUFFIX)/html -EXTRA_DIST = html icons 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 graph-adaptors.dox +EXTRA_DIST = \ + html \ + icons/geom/ftv2doc.png \ + icons/geom/ftv2folderclosed.png \ + icons/geom/ftv2folderopen.png \ + coding_style.dox \ + demoprograms.dox \ + developers_interface.dox \ + dirs.dox \ + getstart.dox \ + graph-adaptors.dox \ + graph_io.dox \ + graphs.dox \ + groups.dox \ + license.dox \ + mainpage.dox \ + maps.dox \ + named-param.dox \ + namespaces.dox \ + quicktour.dox \ + undir_graphs.dox html/index.html: if test ${doxygen_found} = yes; then \