[gnome-calculator] move gcalctool.desktop to CLEANFILES



commit 71b26d6a69a5244962f36fce666a1e8576053f44
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Oct 5 21:24:30 2013 -0500

    move gcalctool.desktop to CLEANFILES
    
    This little buddy is created by make so a simple 'make clean' is
    expected to delete him.

 data/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 4e3813a..933f3f5 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -26,8 +26,8 @@ EXTRA_DIST = \
        $(man1_MANS)
 
 CLEANFILES = \
-       gnome-calculator.appdata.xml
+       gnome-calculator.appdata.xml \
+       gcalctool.desktop
 
 DISTCLEANFILES = \
-       Makefile.in \
-       gcalctool.desktop
+       Makefile.in


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