On Fri, Feb 22, 2008 at 11:30 AM, Andreas Jellinghaus
<[EMAIL PROTECTED]> wrote:
> po/Makefile.in.in is missing from svn.
>
> any reason not to add it?
Because it is (re)created by gettextize?
> I can generate it with gettextize, but that changes lots of other stuff as
> well, so I don't think
also Makefile.am mentions config.rpath - which is not available
on my system or not installed (guess it can be deleted).
after "make maintainer-clean" I noticed a number of files still there -
"svn log" doesn't show them because of svn:ignore property, but
a diff with an untouched checkout shows
po/Makefile.in.in is missing from svn.
any reason not to add it?
I can generate it with gettextize, but that changes lots of other stuff as
well, so I don't think we want that command in bootstrap script.
I guess the svn ignore on "*.in" cought it and thus it was only forgotten
by accident, but