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
|