[gnome-power-manager] trivial: Actually translate the AppData file



commit a63e304ebbe4d7e279df9545d9fc60570894eccd
Author: Richard Hughes <richard hughsie com>
Date:   Mon Oct 7 09:50:40 2013 +0100

    trivial: Actually translate the AppData file

 data/Makefile.am |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 288846f..8356ac3 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -5,9 +5,9 @@ desktopdir = $(datadir)/applications
 desktop_in_files = gnome-power-statistics.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
- INTLTOOL_XML_NOMERGE_RULE@
+ 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-power-statistics.appdata.xml.in
 
 @GSETTINGS_RULES@
@@ -22,6 +22,9 @@ EXTRA_DIST =                                          \
        $(desktop_in_files)                             \
        $(UI_FILES)
 
+CLEANFILES =                                           \
+       $(appdata_DATA)
+
 clean-local :
        rm -f *~
 


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