summaryrefslogtreecommitdiff
path: root/news/pan2/files/patch-po::Makefile.in.in
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-07-17 16:45:25 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-07-17 16:45:25 +0000
commit0a38b6e81611aabb99f605888469acd358153490 (patch)
treeab3e3c31b6923c588165f9c22b4329cae295e4a2 /news/pan2/files/patch-po::Makefile.in.in
parentFix a problem appeared in version 2.0.2 by reverting some changes since (diff)
Update to 0.11.4.
Notes
Notes: svn path=/head/; revision=63142
Diffstat (limited to '')
-rw-r--r--news/pan2/files/patch-po::Makefile.in.in23
1 files changed, 12 insertions, 11 deletions
diff --git a/news/pan2/files/patch-po::Makefile.in.in b/news/pan2/files/patch-po::Makefile.in.in
index 216e106f2297..c5ef826d4b70 100644
--- a/news/pan2/files/patch-po::Makefile.in.in
+++ b/news/pan2/files/patch-po::Makefile.in.in
@@ -1,14 +1,15 @@
$FreeBSD$
---- po/Makefile.in.in 2001/09/11 16:16:39 1.1
-+++ po/Makefile.in.in 2001/09/11 16:16:49
-@@ -106,7 +106,7 @@
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then \
+--- po/Makefile.in.in 2002/07/17 16:16:17 1.1
++++ po/Makefile.in.in 2002/07/17 16:18:01
+@@ -60,6 +60,9 @@
+ .SUFFIXES:
+ .SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
+
++zh_CN.mo: zh_CN.po
++ OLD_PO_FILE_INPUT=1 msgfmt -o $@ $<
++
+ .c.o:
+ $(COMPILE) $<
+