Hi!

I added some files and then when remaking all I get this:

make[1]: *** No rule to make target `POTFILES.in', needed by `POTFILES'.  Stop.
make[1]: Leaving directory `/nfs/sinco/source/lyx/lyx-devel/po'
make: *** [all-recursive] Error 1

I know we can create this POTFILES.in using:

grep -E "_\(\".*\"\)" src/*.[hHC] src/*/*.[hHC] | awk  'BEGIN {FS = ":"}{print $1}' |
sort | uniq >po/POTFILES.in

But shouldn't this be automated. It seems easy to do :)

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna                      E-Mail: [EMAIL PROTECTED]
Gerbergasse 60                        Tel:    +39-0471-450260
I-39100 Bozen                         Fax:    +39-0471-970042
ITALY                                 Web:    http://www.sad.it/~jug

Love in your heart wasn't put there to stay.
Love isn't love 'til you give it away.
                -- Oscar Hammerstein II

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Reply via email to