diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-16 14:43:30 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-16 14:43:30 +0000 |
commit | 135c90efb188f027577c81c670e0a347a8d080b1 (patch) | |
tree | 8bb02eae6fe2cfff338456877bf13182e098a478 /po/Makefile | |
parent | b61439cd0aa5a3c9a68330c52b8a3b597ead4b4b (diff) | |
download | control-center-135c90efb188f027577c81c670e0a347a8d080b1.tar control-center-135c90efb188f027577c81c670e0a347a8d080b1.tar.gz control-center-135c90efb188f027577c81c670e0a347a8d080b1.tar.bz2 control-center-135c90efb188f027577c81c670e0a347a8d080b1.tar.xz control-center-135c90efb188f027577c81c670e0a347a8d080b1.zip |
merge
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index e41b2e86..ee2953d6 100644 --- a/po/Makefile +++ b/po/Makefile @@ -9,7 +9,7 @@ PL_FILES = $(shell cat POTFILES.in | sed 's,^,../,') #CFILES = PL_CFILES = $(PL_FILES:%=%_.c) -POFILES = $(shell ls *.po) +POFILES = $(shell ls zh_CN*.po) MOFILES = $(POFILES:%.po=%.mo) LANGS = $(POFILES:%.po=%) |