[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Don't distclean files generated in maintainer mode.
noreply at xfce.org
noreply at xfce.org
Fri Mar 6 00:56:41 CET 2015
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository xfce/xfce4-power-manager.
commit 0966e9d10c533b539e82cb8077e1a1d6024fa942
Author: David Mohr <david at mcbf.net>
Date: Thu Mar 5 16:39:24 2015 -0700
Don't distclean files generated in maintainer mode.
Signed-off-by: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
---
src/Makefile.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 25c9429..72a1f7e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -173,7 +173,9 @@ EXTRA_DIST = \
$(manpage_DATA)
DISTCLEANFILES = \
- $(BUILT_SOURCES) \
xfce4-power-manager.desktop \
org.xfce.power.policy \
org.xfce.power.policy.in
+
+MAINTAINERCLEANFILES = \
+ $(BUILT_SOURCES)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list