[gedit] Do not include the appdata.xml in the tarball
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Do not include the appdata.xml in the tarball
- Date: Mon, 7 Oct 2013 10:24:39 +0000 (UTC)
commit 4d152173365157c54ac35c0e59081c4aa6f67fbc
Author: Richard Hughes <richard hughsie com>
Date: Mon Oct 7 11:23:43 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 2c16571..5d8564d 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -6,7 +6,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 = gedit.appdata.xml.in
servicedir = $(datadir)/dbus-1/services
@@ -44,7 +44,7 @@ endif
EXTRA_DIST = \
$(desktop_in_files) \
- gedit.appdata.xml.in \
+ $(appdata_in_files) \
$(service_in_files) \
$(man_MANS) \
gedit.pc.in \
@@ -55,7 +55,7 @@ EXTRA_DIST = \
gedit-osx.gschema.override
CLEANFILES = \
- gedit.appdata.xml \
+ $(appdata_DATA) \
$(desktop_DATA) \
$(service_DATA) \
$(pkgconfig_DATA) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]