From 4c16e9e1e9f14460fe9ad951e8d88e6100c938ff Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 4 Dec 2007 13:51:15 +0000 Subject: - drop translated man pages (they are too old) --- Makefile.PL | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Makefile.PL') 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 -- cgit v1.2.1