[tasque] [build] Fix distcheck



commit aca36faec5296b00dc6ce681835aef1aaa779761
Author: Antonius Riha <antoniusriha gmail com>
Date:   Mon Aug 27 15:11:55 2012 +0200

    [build] Fix distcheck
    
    * data/images/Makefile.am: Use target uninstall-local to remove
    installed icons, not uninstall-hook (uninstall-hook is used for
    updating the icon cache)
    
    * po/POTFILES.in: Add src/GtkTray.cs to translatable files.

 data/images/Makefile.am |    2 +-
 po/POTFILES.in          |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/images/Makefile.am b/data/images/Makefile.am
index 7eb9508..6eef57c 100644
--- a/data/images/Makefile.am
+++ b/data/images/Makefile.am
@@ -55,7 +55,7 @@ update-icon-cache:
 		echo "***   $(gtk_update_icon_cache)"; \
 	fi
 
-uninstall-hook:
+uninstall-local:
 	rm -f $(DESTDIR)$(hicolordir)/16x16/apps/tasque.png
 	rm -f $(DESTDIR)$(hicolordir)/22x22/apps/tasque.png
 	rm -f $(DESTDIR)$(hicolordir)/24x24/apps/tasque.png
diff --git a/po/POTFILES.in b/po/POTFILES.in
index f6aa3f4..9ed9584 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -5,6 +5,7 @@ data/tasque.desktop.in
 src/Application.cs
 src/AllCategory.cs
 src/CompletedTaskGroup.cs
+src/GtkTray.cs
 src/NoteDialog.cs
 src/OSXApplication.cs
 src/PreferencesDialog.cs



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