Quoting Neil Williams <[EMAIL PROTECTED]>:

make-potfiles: make-potfiles.in Makefile
       rm -f [EMAIL PROTECTED]
       sed < $< > [EMAIL PROTECTED] \
            -e 's:@-PERL-@:${PERL}:g'
       chmod +x [EMAIL PROTECTED]
       mv [EMAIL PROTECTED] $@

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
      [EMAIL PROTECTED]                        PGP key available

_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to