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



commit caa253e83d2b6d685ef92ad117120a5a6419e2c0
Author: Richard Hughes <richard hughsie com>
Date:   Mon Oct 7 11:29:15 2013 +0100

    Do not include the appdata.xml in the tarball

 data/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index eb56108..fa3220c 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -23,18 +23,18 @@ service_DATA = $(service_in_files:.service.in=.service)
 
 @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 = gnome-contacts.appdata.xml.in
 
 EXTRA_DIST = \
        gnome-contacts.desktop.in.in    \
-       gnome-contacts.appdata.xml      \
+       $(appdata_in_files)     \
        $(searchprovider_DATA)  \
        $(service_in_files)  \
        $(NULL)
 
 CLEANFILES = $(service_DATA)   \
-       gnome-contacts.appdata.xml
+       $(appdata_DATA)
 DISTCLEANFILES = \
        gnome-contacts.desktop \
        gnome-contacts.desktop.in


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