Hi,

When doing a make, this also does:

[...]
make[1]: Entering directory `/home/lahaye/lyx-devel/po'
rm -f POTFILES.in-t \
&& ( cd ..; \
      grep -l "_(\".*\")" `find src -name \*.[hHC] -print` |\
      sed -e '/xforms.forms/d' | \
      sort -f -n | uniq ) > POTFILES.in-t \
&& echo "src/ext_l10n.h" >> POTFILES.in-t \
&& mv POTFILES.in-t POTFILES.in
[...]

So I generate my own po/POTFILES.in!
Why do we then also have po/POTFILES.in on CVS?

When updating from CVS, I mostly get the message that there are
conflicts merging po/POTFILES.in.

BTW: couldn't a lot (if not all) of the intl/ and po/ go if we do following
in configure.in/configure.ac:

# The list of supported languages (this is needed by GNU gettext)
ALL_LINGUAS="bg ca cs da de es eu fi fr he hu it nl no pl pt ro ru sk sl sv tr wa"

dnl i18n internationalization
AM_GNU_GETTEXT
USE_INCLUDED_LIBINTL="yes"
AC_SUBST(USE_INCLUDED_LIBINTL)


Regards,
Rob.

Reply via email to