r16090 - gnucash/trunk - Use POTFILES.ignore (in addition to POTFILES.skip) to placate recent intltool

Derek Atkins warlord at cvs.gnucash.org
Tue May 15 23:38:08 EDT 2007


Author: warlord
Date: 2007-05-15 23:38:06 -0400 (Tue, 15 May 2007)
New Revision: 16090
Trac: http://svn.gnucash.org/trac/changeset/16090

Added:
   gnucash/trunk/po/POTFILES.ignore
Modified:
   gnucash/trunk/
   gnucash/trunk/Makefile.am
Log:
Use POTFILES.ignore (in addition to POTFILES.skip) to placate recent intltool
Eventually we can just move back to POTFILES.skip and remove the
POTFILES.skip tests from Makefile.am.   This should allow "make check"
to work on recent systems (like Fedora 7) with intltool-0.35.5
and automake-1.10



Property changes on: gnucash/trunk
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:802
3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:1037
57a11ea4-9604-0410-9ed3-97b8803252fd:/gnucash/branches/gobject-engine-dev-warlord:15827
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/gobject-engine-dev-warlord:14369
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/gobject-engine-dev-warlord1:14446
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:14601
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:13366
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:802
3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:1037
57a11ea4-9604-0410-9ed3-97b8803252fd:/gnucash/branches/gobject-engine-dev-warlord:15827
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/gobject-engine-dev-warlord:14369
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/gobject-engine-dev-warlord1:14446
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:14601
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:14739

Modified: gnucash/trunk/Makefile.am
===================================================================
--- gnucash/trunk/Makefile.am	2007-05-15 02:54:56 UTC (rev 16089)
+++ gnucash/trunk/Makefile.am	2007-05-16 03:38:06 UTC (rev 16090)
@@ -50,6 +50,7 @@
   po/gnucash.pot \
   po/POTFILES.in \
   po/POTFILES.skip \
+  po/POTFILES.ignore \
   po/README \
   po/glossary/da.po \
   po/glossary/de.po \

Added: gnucash/trunk/po/POTFILES.ignore
===================================================================
--- gnucash/trunk/po/POTFILES.ignore	2007-05-15 02:54:56 UTC (rev 16089)
+++ gnucash/trunk/po/POTFILES.ignore	2007-05-16 03:38:06 UTC (rev 16090)
@@ -0,0 +1,5 @@
+# Work around the intltool-0.35.5 / automake-1.10 failures
+# due to "missing" files.   Make sure these files NEVER have
+# translatable strings.
+lib/glib28/gfileutils-2.8.c
+src/gnome/gnucash.desktop.in.in



More information about the gnucash-changes mailing list