diff options
author | Daouda Lo <daouda@mandriva.com> | 2004-02-22 10:57:55 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2004-02-22 10:57:55 +0000 |
commit | f025237e7281e9dc3a6e37234f22d074d8697403 (patch) | |
tree | ae9234b5b377a725884cf9e94cfa06c293d20a76 /po/Makefile | |
parent | 0eef1db31ed4078c4af219ff032e099c0dc8a610 (diff) | |
download | mgaonline-f025237e7281e9dc3a6e37234f22d074d8697403.tar mgaonline-f025237e7281e9dc3a6e37234f22d074d8697403.tar.gz mgaonline-f025237e7281e9dc3a6e37234f22d074d8697403.tar.bz2 mgaonline-f025237e7281e9dc3a6e37234f22d074d8697403.tar.xz mgaonline-f025237e7281e9dc3a6e37234f22d074d8697403.zip |
- add applet for translations
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 9bdcd670..546d0ed7 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 ../applet/mdkapplet +PL_FILES = ../mdkonline ../mdkupdate ../mdkapplet # $(foreach a, $(LANGS), $($(a).mo)) |