[Xfce4-commits] <xfce4-radio-plugin:master> Delete .desktop file on make clean
Stefan Ott
noreply at xfce.org
Thu May 19 06:02:03 CEST 2011
Updating branch refs/heads/master
to e00e1ded6e2b72577c6339de57a892d2ad491292 (commit)
from 4bd79a80ff381113f37e33fa79714c7c4d8afafb (commit)
commit e00e1ded6e2b72577c6339de57a892d2ad491292
Author: Stefan Ott <stefan at ott.net>
Date: Thu May 19 04:14:41 2011 +0200
Delete .desktop file on make clean
panel-plugin/Makefile.am | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 09fa10b..b8e0480 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -30,13 +30,13 @@ desktopdir = $(datadir)/xfce4/panel-plugins
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
-EXTRA_DIST = \
- $(desktop_in_in_files) $(noinst_DATA)
-
-DISTCLEANFILES = \
- $(desktop_DATA) $(desktop_in_files)
-
# get full path into .desktop file
%.desktop.in: %.desktop.in.in
sed -e "s^@PLUGIN_PATH@^$(libexecdir)/xfce4/panel-plugins^" \
$< > $@
+
+EXTRA_DIST = \
+ $(desktop_in_in_files) $(noinst_DATA)
+
+CLEANFILES = \
+ $(desktop_DATA) $(desktop_in_files)
More information about the Xfce4-commits
mailing list