[Lemon-commits] [lemon_svn] ladanyi: r2041 - hugo/trunk/doc
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:49:42 CET 2006
Author: ladanyi
Date: Tue Jul 12 15:36:01 2005
New Revision: 2041
Modified:
hugo/trunk/doc/Makefile.am
Log:
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.
Modified: hugo/trunk/doc/Makefile.am
==============================================================================
--- hugo/trunk/doc/Makefile.am (original)
+++ hugo/trunk/doc/Makefile.am Tue Jul 12 15:36:01 2005
@@ -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 \
More information about the Lemon-commits
mailing list