[gnome-software] trivial: Do not dist both the appdata.xml and the appdata.xml.in
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Do not dist both the appdata.xml and the appdata.xml.in
- Date: Mon, 7 Oct 2013 08:25:14 +0000 (UTC)
commit eb146146d0ab3c4951fdaabdf4f54628262fe78b
Author: Richard Hughes <richard hughsie com>
Date: Mon Oct 7 09:25:05 2013 +0100
trivial: Do not dist both the appdata.xml and the appdata.xml.in
data/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 1bebd6c..de2a043 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -20,7 +20,7 @@ dist_resources_DATA = \
@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-software.appdata.xml.in
install-sample-data:
@@ -40,7 +40,7 @@ EXTRA_DIST = \
featured.ini.in
CLEANFILES = \
- gnome-software.appdata.xml
+ $(appdata_DATA)
MAINTAINERCLEANFILES = \
*~ \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]