diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2001-08-16 09:57:46 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2001-08-16 09:57:46 +0000 |
commit | e76c5bce9def9d58d63caa17d7259aba3a60f623 (patch) | |
tree | 7750100e62e5f61962c672dd149472c248b0a129 /po/Makefile | |
parent | 8ce66337d09f64ad6b5cb3c91ec87687c191cb6d (diff) | |
download | control-center-e76c5bce9def9d58d63caa17d7259aba3a60f623.tar control-center-e76c5bce9def9d58d63caa17d7259aba3a60f623.tar.gz control-center-e76c5bce9def9d58d63caa17d7259aba3a60f623.tar.bz2 control-center-e76c5bce9def9d58d63caa17d7259aba3a60f623.tar.xz control-center-e76c5bce9def9d58d63caa17d7259aba3a60f623.zip |
changed pot file name; updated strings
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 235a8930..eda439f5 100644 --- a/po/Makefile +++ b/po/Makefile @@ -2,7 +2,7 @@ localedir = $(prefix)/usr/share/locale LANGS = $(shell ls *.po | xargs -i basename {} .po ) -PGOAL = DrakConf +PGOAL = drakconf GOALS = $(PGOAL).pot $(foreach a, $(LANGS), $(a).mo) # $(foreach a, $(LANGS), $($(a).mo)) |