diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-20 16:57:33 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-20 16:57:33 +0000 |
commit | 2b96ca21723d763cf9e8fb508a45c8b83765eb6f (patch) | |
tree | e80090ee5ccf7b7c8f2b20c46a64b0054593bef9 /po/Makefile | |
parent | 5ab526e3ff625161f0d196b294b93e369586c600 (diff) | |
download | mgaonline-2b96ca21723d763cf9e8fb508a45c8b83765eb6f.tar mgaonline-2b96ca21723d763cf9e8fb508a45c8b83765eb6f.tar.gz mgaonline-2b96ca21723d763cf9e8fb508a45c8b83765eb6f.tar.bz2 mgaonline-2b96ca21723d763cf9e8fb508a45c8b83765eb6f.tar.xz mgaonline-2b96ca21723d763cf9e8fb508a45c8b83765eb6f.zip |
updated pot file
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 550b4c80..9bdcd670 100644 --- a/po/Makefile +++ b/po/Makefile @@ -5,7 +5,7 @@ LANGS = $(shell ls *.po | xargs -i basename {} .po ) PGOAL = mdkonline GOALS = $(PGOAL).pot $(foreach a, $(LANGS), $(a).mo) -PL_FILES = ../mdkonline ../mdkupdate +PL_FILES = ../mdkonline ../mdkupdate ../applet/mdkapplet # $(foreach a, $(LANGS), $($(a).mo)) |