[gimp-help-2/gimp-help-2-6-2: 1/2] [make] Add missing files in Makefile.am



commit 7ef13ac2e8bffdc93b7560339dac4328ef822329
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 7b83db1..a6ae714 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
@@ -1015,7 +1018,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]