[gtranslator] trivial: Do not dist both the appdata.xml and the appdata.xml.in



commit d6580f5a9e475b1f85449430e4a7a1b36fc9f150
Author: Richard Hughes <richard hughsie com>
Date:   Mon Oct 7 09:30:33 2013 +0100

    trivial: Do not dist both the appdata.xml and the appdata.xml.in

 data/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index e932beb..f8cf73c 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -6,7 +6,7 @@ SUBDIRS = \
 
 @INTLTOOL_XML_RULE@
 appdatadir = $(datadir)/appdata
-dist_appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
 appdata_in_files = gtranslator.appdata.xml.in
 
 pkgconfigdir = $(libdir)/pkgconfig
@@ -33,6 +33,7 @@ EXTRA_DIST =                                  \
 
 CLEANFILES =                   \
        gtranslator.appdata.xml \
+       $(appdata_DATA)         \
        $(gsettings_SCHEMAS)    \
        $(pkgconfig_DATA)
 


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