[subproc-cvs] subproc/po Makefile,1.2,1.3
Status: Beta
Brought to you by:
cstroie
From: Costin S. <cs...@us...> - 2007-02-09 23:00:52
|
Update of /cvsroot/subproc/subproc/po In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv22321 Modified Files: Makefile Log Message: Create mo files for any language. Index: Makefile =================================================================== RCS file: /cvsroot/subproc/subproc/po/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile 22 Jul 2006 08:50:03 -0000 1.2 +++ Makefile 9 Feb 2007 23:00:31 -0000 1.3 @@ -8,7 +8,7 @@ # msgfmt --statistics -o en_US/LC_MESSAGES/subproc.mo $< msgfmt --check --statistics -o $@ $< -../messages/en_US/LC_MESSAGES/subproc.mo: ro_RO.po +../messages/%/LC_MESSAGES/subproc.mo: %.po msgfmt --statistics -o $@ $< %.po: subproc.pot |