[totem] Do not ship the .appdata.xml file in the tarball



commit 6be6cd113e15f2ec7249abab88f689a4d4ec5631
Author: Richard Hughes <richard hughsie com>
Date:   Mon Oct 7 12:01:24 2013 +0100

    Do not ship the .appdata.xml file in the tarball
    
    We already ship the .appdata.xml.in file, and we want to merge in any new
    translations at build time.

 data/appdata/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/appdata/Makefile.am b/data/appdata/Makefile.am
index ce22ea0..d82e59b 100644
--- a/data/appdata/Makefile.am
+++ b/data/appdata/Makefile.am
@@ -1,7 +1,7 @@
 # AppData
 @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 = totem.appdata.xml.in
 EXTRA_DIST = $(appdata_in_files})
-CLEANFILES = totem.appdata.xml
+CLEANFILES = $(appdata_DATA)


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