[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 86/96: Do not distribute the desktop file directly but the desktop.in - otherwise pot building fails

noreply at xfce.org noreply at xfce.org
Thu Nov 27 22:21:31 CET 2014


This is an automated email from the git hooks/post-receive script.

nick pushed a commit to branch master
in repository panel-plugins/xfce4-hardware-monitor-plugin.

commit 20beb4cc7c54a116d0ab3807077174dd40ddcbaf
Author: OmegaPhil <OmegaPhil at gmail.com>
Date:   Tue Aug 19 20:58:32 2014 +0100

    Do not distribute the desktop file directly but the desktop.in - otherwise pot building fails
---
 Makefile.am |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 62ea289..eed0474 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,6 +24,8 @@ desktop_DATA = $(PACKAGE_NAME).desktop
 icondir = $(datadir)/pixmaps
 icon_DATA = $(PACKAGE_NAME).png
 
-EXTRA_DIST = $(icon_DATA) $(desktop_DATA) intltool-merge.in \
+EXTRA_DIST = $(icon_DATA) $(desktop_DATA).in intltool-merge.in \
              intltool-extract.in intltool-update.in MAINTAINERS
 
+# Clean generated files
+CLEANFILES = $(desktop_DATA)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list