[gtranslator/wip/kalev/gtranslator-2-91-new-release: 4/13] trivial: Do not dist both the appdata.xml and the appdata.xml.in
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtranslator/wip/kalev/gtranslator-2-91-new-release: 4/13] trivial: Do not dist both the appdata.xml and the appdata.xml.in
- Date: Sat, 14 Mar 2015 22:10:04 +0000 (UTC)
commit 6c8719944deae9f8d4eb46df90c748cda330ed9f
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]