xfce4-panel translations
Jani Monoses
jani.monoses at gmail.com
Sun Mar 12 15:08:51 CET 2006
Jani Monoses wrote:
> Hello
>
> it looks like current panel does not install .mo files
> po/Makefile does not contain the CATALOGS variable but that is the
> most I could figure out in this complicated build system :)
> do others see this too?
>
> thanks
> Jani
found the cause. An extra newline at the end of po/POTFILES.in causes
sed in the configure script to eventually chop more lines out of the
Makefile and since the CATALOGS := line is after POTFILE := it
disappears. Gotta love autotools.
Index: po/POTFILES.in
===================================================================
--- po/POTFILES.in (revision 20355)
+++ po/POTFILES.in (working copy)
@@ -44,4 +44,3 @@
plugins/tasklist/tasklist.desktop.in.in
plugins/windowlist/windowlist.desktop.in.in
plugins/testplugin/testplugin.desktop.in.in
-
More information about the Xfce4-dev
mailing list