Mercurial > p > roundup > code
diff locale/GNUmakefile @ 2459:fd04f41ab988
fix: 'template' target was meant to make 'roundup.pot' file
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Tue, 15 Jun 2004 05:29:36 +0000 |
| parents | ece6ed48dd3d |
| children | 782287e01b99 |
line wrap: on
line diff
--- a/locale/GNUmakefile Mon Jun 14 10:09:33 2004 +0000 +++ b/locale/GNUmakefile Tue Jun 15 05:29:36 2004 +0000 @@ -1,7 +1,7 @@ # Extract translatable strings from Roundup sources, # update and compile all existing translations # -# $Id: GNUmakefile,v 1.7 2004-06-13 13:06:54 a1s Exp $ +# $Id: GNUmakefile,v 1.8 2004-06-15 05:29:36 a1s Exp $ # tool locations XPOT ?= xpot @@ -37,13 +37,13 @@ done template: - ${XPOT} -n -o $@ $(SOURCES) - ${RUN_PYTHON} ../roundup/cgi/TAL/talgettext.py -u $@ \ + ${XPOT} -n -o $(TEMPLATE) $(SOURCES) + ${RUN_PYTHON} ../roundup/cgi/TAL/talgettext.py -u $(TEMPLATE) \ ../templates/classic/html/*.html ../templates/minimal/html/*.html ${XGETTEXT} -j -w 80 -F \ --msgid-bugs-address=roundup-devel@lists.sourceforge.net \ --copyright-holder="See Roundup README.txt" \ - -o $@ $(SOURCES) + -o $(TEMPLATE) $(SOURCES) %.po: $(TEMPLATE) ${MSGMERGE} -U --suffix=.bak $@ $<
