Update of /cvsroot/po4a/po4a/po/bin
In directory haydn:/tmp/cvs-serv31431
Modified Files:
Makefile
Log Message:
Run 'xgettext -L Perl' instead of '-L c'
Index: Makefile
===================================================================
RCS file: /cvsroot/po4a/po4a/po/bin/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile 24 Mar 2004 21:57:20 -0000 1.8
+++ Makefile 30 Apr 2004 22:56:10 -0000 1.9
@@ -19,7 +19,7 @@
# confused about single quotes in comments, and the gettext() calls have to
# use double-quoted strings or it will ignore them.
@echo "Rebuilding the pot file"
- xgettext $(POTFILES) -o $@.new -Lc 2>/dev/null
+ xgettext -L Perl $(POTFILES) -o $@.new 2>/dev/null
@if [ -e $@ ] ; then \
if diff -q -I'#:' -I'POT-Creation-Date:'
-I'PO-Revision-Date:' $@ $@.new>/dev/null ; then \
rm -f $@.new; \