Error making pot file.

Derek Atkins warlord at MIT.EDU
Wed Jan 4 18:39:28 EST 2006


Quoting Neil Williams <linux at codehelp.co.uk>:

> make-potfiles: make-potfiles.in Makefile
>        rm -f $@.tmp
>        sed < $< > $@.tmp \
>             -e 's:@-PERL-@:${PERL}:g'
>        chmod +x $@.tmp
>        mv $@.tmp $@
>
> all-local: Makefile
>        rm -f ./po/POTFILES.in
>        ./make-potfiles > ./po/POTFILES.in
>
> pot: Makefile
>        ${MAKE} all-local
>        rm -f po/$(PACKAGE).pot
>        make -C po $(PACKAGE).pot

You want to make both "pot" and "all-local" depend on make-potfiles
as well.

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available



More information about the gnucash-devel mailing list