[gnome-color-manager] 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-color-manager] trivial: Do not dist both the appdata.xml and the appdata.xml.in
- Date: Mon, 7 Oct 2013 08:26:26 +0000 (UTC)
commit e69dc708e55e280af173f5383615499f67c797b6
Author: Richard Hughes <richard hughsie com>
Date: Mon Oct 7 09:26:10 2013 +0100
trivial: Do not dist both the appdata.xml and the appdata.xml.in
data/Makefile.am | 5 ++++-
data/gcm-viewer.appdata.xml | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 5d5ff2a..b769945 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -16,7 +16,7 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@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 = gcm-viewer.appdata.xml.in
UI_FILES = \
@@ -33,6 +33,9 @@ EXTRA_DIST = \
clean-local :
rm -f *~
+CLEANFILES = \
+ $(appdata_DATA)
+
DISTCLEANFILES = \
org.gnome.ColorManager.service \
gcm-calibrate.desktop \
diff --git a/data/gcm-viewer.appdata.xml b/data/gcm-viewer.appdata.xml
index 9b1664e..2e4931f 100644
--- a/data/gcm-viewer.appdata.xml
+++ b/data/gcm-viewer.appdata.xml
@@ -11,4 +11,4 @@
</screenshots>
<url type="homepage">https://projects.gnome.org/gnome-color-manager/</url>
<updatecontact>richard_at_hughsie.com</updatecontact>
-</application>
+</application>
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]