diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-18 03:17:01 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-18 03:17:01 +0000 |
commit | 59e1c3dea88ca52d927dd827029593261b0c96e8 (patch) | |
tree | 899b4093ce975b8ac9d83ca47c3d679de517fb8a /po/Makefile | |
parent | 88f5c8fa6c2af75e4698f7d85e7bb95fcc9b9b47 (diff) | |
download | control-center-59e1c3dea88ca52d927dd827029593261b0c96e8.tar control-center-59e1c3dea88ca52d927dd827029593261b0c96e8.tar.gz control-center-59e1c3dea88ca52d927dd827029593261b0c96e8.tar.bz2 control-center-59e1c3dea88ca52d927dd827029593261b0c96e8.tar.xz control-center-59e1c3dea88ca52d927dd827029593261b0c96e8.zip |
rollback debug stuff :-(
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 ee2953d6..e41b2e86 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 zh_CN*.po) +POFILES = $(shell ls *.po) MOFILES = $(POFILES:%.po=%.mo) LANGS = $(POFILES:%.po=%) |