On Thu, Mar 29, 2001 at 06:50:16PM +0200, Lars Gullik Bjønnes wrote:
> "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
> 
> | I have verified that POTFILES.in is not necessary in the CVS. Someone
> | can go ahead and remove it.
> 
> I am not convinced.

Look at po/Makefile.in:

${srcdir}/POTFILES.in: $(POTFILE_IN_DEPS)
        rm -f $@-t \
        && ( cd $(top_srcdir); \
             grep -l "_(\".*\")" `find src -name \*.[hHC]` | \
             sed -e '/xforms.forms/d' | \
             sort -f -d | uniq ) > $@-t \
        && echo "src/ext_l10n.h" >> $@-t \
        && mv $@-t $@

The POTFILES.in can be automatically generated.

                        ---Kayvan

Reply via email to