summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-07-25 12:19:17 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-07-25 12:19:17 +0000
commitc6e8b9a814390bea78a3ef0c0a66690e62adb71f (patch)
treef83d48ce3cdec5f550fced905b31f7cb2825d59b /perl-install/share/po/Makefile
parent1d65778f9655a38627e39cad590b53e43a26eb57 (diff)
downloaddrakx-c6e8b9a814390bea78a3ef0c0a66690e62adb71f.tar
drakx-c6e8b9a814390bea78a3ef0c0a66690e62adb71f.tar.gz
drakx-c6e8b9a814390bea78a3ef0c0a66690e62adb71f.tar.bz2
drakx-c6e8b9a814390bea78a3ef0c0a66690e62adb71f.tar.xz
drakx-c6e8b9a814390bea78a3ef0c0a66690e62adb71f.zip
(install): build mo's
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r--perl-install/share/po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile
index 43b32542a..20fa8f1f0 100644
--- a/perl-install/share/po/Makefile
+++ b/perl-install/share/po/Makefile
@@ -29,7 +29,7 @@ DrakX.pot: $(PMSFILES)
rm $(PMSCFILES)
perl i18n_compssUsers 2>/dev/null >> $@
-install:
+install: $(MOFILES)
for l in $(LANGS); do \
install -d $(LOCALEDIR)/$$l/LC_MESSAGES; \
install -m 644 $$l.mo $(LOCALEDIR)/$$l/LC_MESSAGES/$(NAME).mo; \