[Xfce4-commits] <xfce4-indicator-plugin:master> make distcheck fix

Andrzej noreply at xfce.org
Tue Aug 27 00:54:02 CEST 2013


Updating branch refs/heads/master
         to f9608f5671abff3b582b7ba9719bfde4b3f96fb9 (commit)
       from d0a61c007b18cfacb15975803067bf0cc564ce07 (commit)

commit f9608f5671abff3b582b7ba9719bfde4b3f96fb9
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Mon Aug 26 23:36:18 2013 +0100

    make distcheck fix

 panel-plugin/Makefile.am |    5 ++---
 po/POTFILES.skip         |    1 +
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index e09af55..919a6dd 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -64,10 +64,9 @@ desktopdir =									\
 	$(datadir)/xfce4/panel/plugins
 
 desktop_in_files = \
-	indicator.desktop.in
+	indicator.desktop.in.in
 
-desktop_DATA =									\
-	$(desktop_in_files:.desktop.in=.desktop)
+desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
 
 @INTLTOOL_DESKTOP_RULE@
 
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
new file mode 100644
index 0000000..473cb6e
--- /dev/null
+++ b/po/POTFILES.skip
@@ -0,0 +1 @@
+panel-plugin/indicator.desktop.in


More information about the Xfce4-commits mailing list