commit ccb0cd3c7af9772c469f4b26edffa8e5a0b69a9e
Author: phantomjinx <p.g.richard...@phantomjinx.co.uk>
Date:   Sun Aug 1 14:36:09 2010 +0100

    Adds hook for extract glade strings for translation
    
    * Makefile.am
     * uses intltool-extract to create a .h file from the glade file

 .gitignore       |    1 +
 data/Makefile.am |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3eb212c..4729e44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,7 @@ cscope.out
 # /data/
 /data/*.desktop
 /data/nocover_found.png
+/data/gtkpod.glade.h
 
 # /data/man/
 /data/man/gtkpod.1
diff --git a/data/Makefile.am b/data/Makefile.am
index f0e8c1f..87aa617 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -21,6 +21,10 @@ appdata_DATA =                               \
        photo-toolbar-album.png \
        photo-toolbar-photos.png
 
+all-local:
+       $(INTLTOOL_EXTRACT) -type=gettext/glade gtkpod.glade
+
+
 EXTRA_DIST =                           \
        $(desktop_in_files)             \
        $(appdata_DATA)

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to