summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-12-04 13:51:15 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-12-04 13:51:15 +0000
commit4c16e9e1e9f14460fe9ad951e8d88e6100c938ff (patch)
treee967ce54ee78343cca6192a3a9d0af892bc09854 /Makefile.PL
parentb22c7a9e488542e3bb5d78617d2104b735da1096 (diff)
downloadurpmi-4c16e9e1e9f14460fe9ad951e8d88e6100c938ff.tar
urpmi-4c16e9e1e9f14460fe9ad951e8d88e6100c938ff.tar.gz
urpmi-4c16e9e1e9f14460fe9ad951e8d88e6100c938ff.tar.bz2
urpmi-4c16e9e1e9f14460fe9ad951e8d88e6100c938ff.tar.xz
urpmi-4c16e9e1e9f14460fe9ad951e8d88e6100c938ff.zip
- drop translated man pages (they are too old)
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 12d09115..41b09aef 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -75,13 +75,6 @@ sub manifypods {
my $inherited = shift->SUPER::manifypods(@_);
#- TODO repartition of man pages in sections by pod2man is incorrect
#- TODO as more languages are added adapt the following quick hack
- if ($with_po) {
- my $lang = 'fr';
- # make fr man directory
- $inherited =~ s/\t\$/\t\$(NOECHO) \$(MKPATH) \$(INST_MAN8DIR)\/..\/$lang\/man8\n$&/;
- # install fr manpages in correct path
- $inherited =~ s{(INST_MAN(\d)DIR\)/)$lang(\/\S+)\.\2}{my$x="$1../$lang/man$2$3.$2";$x=~s/\.$lang//;$x}eg;
- }
$inherited;
}
@@ -102,8 +95,6 @@ sub postamble {
installpo:
\$(MAKE) -C po install
- \$(NOECHO) \$(MOD_INSTALL) \\
- \$(INST_MAN8DIR)\/..\/fr \$(DESTDIR)/usr/share/man/fr
installconfigfiles:
install -d \$(SYSCONFDIR)/urpmi