[gimp-help-2] [make] Add missing files in Makefile.am



commit 2fbe76a7ed87bd82c83ca6638f2b4728acb91e75
Author: Ulf-D. Ehlert <ulfehlert svn gnome org>
Date:   Wed Apr 20 19:57:10 2011 +0200

    [make] Add missing files in Makefile.am
    
    Some autotools-specific files for making distcheck were missing.
    (Bug #648128 "Unable to build from source tarball")

 Makefile.am |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4e213dc..2d19b5c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -155,10 +155,13 @@ XSL_FILES = \
 	stylesheets/plainprint.xsl	\
 	stylesheets/plainhtml.xsl.in	\
 	stylesheets/htmlalternate.xsl	\
-	stylesheets/doap2text.xsl
+	stylesheets/float-images.xsl 	\
+	stylesheets/doap2text.xsl	\
+	gimp-help-2.doap
 
 # tools needed for building
 DIST_TOOLS = \
+	autogen.sh \
 	make.d \
 	tools/xml2po.py \
 	tools/xml2po
@@ -1023,7 +1026,7 @@ endif
 # Delete all files that are normally created by building the program.
 clean-local: mostlyclean-local
 	$(cmd) rm -rf html
-	$(cmd) rm -f AUTHORS
+	$(cmd) rm -f AUTHORS MAINTAINERS
 
 # Like `clean-local', but may refrain from deleting a few files that people
 # normally don't want to recompile.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]