summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/Makefile
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-20 15:19:14 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-20 15:19:14 +0000
commit32b3b86091b04749dcc4d4845cb39ff7016b2696 (patch)
tree0cecf6c200cf273a1a8fa49052a31245196156e9 /perl-install/share/po/Makefile
parent172a413310c04d0013f91fd7478677ab206643de (diff)
downloaddrakx-32b3b86091b04749dcc4d4845cb39ff7016b2696.tar
drakx-32b3b86091b04749dcc4d4845cb39ff7016b2696.tar.gz
drakx-32b3b86091b04749dcc4d4845cb39ff7016b2696.tar.bz2
drakx-32b3b86091b04749dcc4d4845cb39ff7016b2696.tar.xz
drakx-32b3b86091b04749dcc4d4845cb39ff7016b2696.zip
add move.pm
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 660ab1ccb..6f5fcb4a1 100644
--- a/perl-install/share/po/Makefile
+++ b/perl-install/share/po/Makefile
@@ -1,6 +1,6 @@
include ../../Makefile.config
-PMSFILES = $(wildcard $(ALLPMS:%=../../%))
+PMSFILES = $(wildcard $(ALLPMS:%=../../%) ../../../move/move.pm)
POFILES = $(wildcard *.po)
MOFILES = $(POFILES:%.po=%.mo)