SF.net SVN: geany: [2168] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sat Jan 12 12:22:47 UTC 2008


Revision: 2168
          http://geany.svn.sourceforge.net/geany/?rev=2168&view=rev
Author:   eht16
Date:     2008-01-12 04:22:46 -0800 (Sat, 12 Jan 2008)

Log Message:
-----------
Add POTFILES.skip to ignore files with translatable strings.
Make "distcheck" working.       

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/Makefile.am

Added Paths:
-----------
    trunk/po/POTFILES.skip

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-01-12 11:03:52 UTC (rev 2167)
+++ trunk/ChangeLog	2008-01-12 12:22:46 UTC (rev 2168)
@@ -5,6 +5,9 @@
  * src/printing.c:
    Avoid double status message if print dialog was cancelled.
    Print status messages in status-changed handler.
+ * Makefile.am, po/POTFILES.skip:
+   Add POTFILES.skip to ignore files with translatable strings.
+   Make "distcheck" working.
 
 
 2008-01-11  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am	2008-01-12 11:03:52 UTC (rev 2167)
+++ trunk/Makefile.am	2008-01-12 12:22:46 UTC (rev 2168)
@@ -50,7 +50,7 @@
 	@$(NORMAL_INSTALL)
 	if test -d $(srcdir)/pixmaps; then \
 	  $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps; \
-	  $(INSTALL_DATA) pixmaps/geany.png $(DESTDIR)$(datadir)/pixmaps; \
+	  $(INSTALL_DATA) $(srcdir)/pixmaps/geany.png $(DESTDIR)$(datadir)/pixmaps; \
 	fi
 	$(mkinstalldirs) $(DESTDIR)$(pkgdatadir); \
 	$(INSTALL_DATA) $(srcdir)/data/global.tags $(DESTDIR)$(pkgdatadir); \

Added: trunk/po/POTFILES.skip
===================================================================
--- trunk/po/POTFILES.skip	                        (rev 0)
+++ trunk/po/POTFILES.skip	2008-01-12 12:22:46 UTC (rev 2168)
@@ -0,0 +1,8 @@
+# List of source files containing translatable strings but should be ignored.
+
+# geany.desktop.in will be translated
+geany.desktop.in.in
+# generated src/interface.c will be translated
+geany.glade
+# no need to translate this file
+plugins/demoplugin.c


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list