[gnome-packagekit] Do not include the appdata.xml in the tarball



commit f590953457d56b77b2fdccdf41c8e98054a1d604
Author: Richard Hughes <richard hughsie com>
Date:   Mon Oct 7 11:26:11 2013 +0100

    Do not include the appdata.xml in the tarball

 data/Makefile.am |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index e76d43d..fd6bd45 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -7,7 +7,7 @@ dist_migration_DATA = org.gnome.packagekit.gschema.migrate
 
 @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 =                                     \
        gpk-application.appdata.xml.in                  \
        gpk-update-viewer.appdata.xml.in
@@ -64,9 +64,10 @@ EXTRA_DIST =                                         \
 clean-local :
        rm -f *~
 
+CLEANFILES =                                           \
+       $(appdata_DATA)
+
 DISTCLEANFILES =                                       \
-       gpk-application.appdata.xml                     \
-       gpk-update-viewer.appdata.xml                   \
        gpk-prefs.desktop                               \
        gpk-service-pack.desktop                        \
        gpk-update-viewer.desktop                       \


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