diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-12-04 13:51:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-12-04 13:51:15 +0000 |
commit | 4c16e9e1e9f14460fe9ad951e8d88e6100c938ff (patch) | |
tree | e967ce54ee78343cca6192a3a9d0af892bc09854 /Makefile.PL | |
parent | b22c7a9e488542e3bb5d78617d2104b735da1096 (diff) | |
download | urpmi-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.PL | 9 |
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 |