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.
authorladanyi
Tue, 12 Jul 2005 13:36:01 +0000
changeset 1545e8378402f97e
parent 1544 955e8e83f6b1
child 1546 3fcb8ae9cea1
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.
doc/Makefile.am
     1.1 --- a/doc/Makefile.am	Mon Jul 11 08:54:31 2005 +0000
     1.2 +++ b/doc/Makefile.am	Tue Jul 12 13:36:01 2005 +0000
     1.3 @@ -1,9 +1,26 @@
     1.4  htmldir = $(datadir)/doc/$(DOCSUFFIX)/html
     1.5  
     1.6 -EXTRA_DIST = html icons mainpage.dox getstart.dox quicktour.dox \
     1.7 -	demoprograms.dox graphs.dox undir_graphs.dox named-param.dox \
     1.8 -	maps.dox coding_style.dox groups.dox namespaces.dox license.dox \
     1.9 -	developers_interface.dox graph_io.dox dirs.dox graph-adaptors.dox
    1.10 +EXTRA_DIST = \
    1.11 +	html \
    1.12 +	icons/geom/ftv2doc.png \
    1.13 +	icons/geom/ftv2folderclosed.png \
    1.14 +	icons/geom/ftv2folderopen.png \
    1.15 +	coding_style.dox \
    1.16 +	demoprograms.dox \
    1.17 +	developers_interface.dox \
    1.18 +	dirs.dox \
    1.19 +	getstart.dox \
    1.20 +	graph-adaptors.dox \
    1.21 +	graph_io.dox \
    1.22 +	graphs.dox \
    1.23 +	groups.dox \
    1.24 +	license.dox \
    1.25 +	mainpage.dox \
    1.26 +	maps.dox \
    1.27 +	named-param.dox \
    1.28 +	namespaces.dox \
    1.29 +	quicktour.dox \
    1.30 +	undir_graphs.dox
    1.31  
    1.32  html/index.html:
    1.33  	if test ${doxygen_found} = yes; then \