From: millert Date: Fri, 7 Apr 2000 14:07:30 +0000 (+0000) Subject: Win32.pod should go in man3p, not man1. The only reason we even X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=93f35b9f49b913011248df359ed2a05cd7f772d0;p=openbsd Win32.pod should go in man3p, not man1. The only reason we even install this is to have a complete set of perl docs (so all xrefs are existent). --- diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index 8873d6e5192..289f32ae3e5 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.34 2000/04/07 02:52:54 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.35 2000/04/07 14:07:30 millert Exp $ # # Build wrapper for Perl 5.6.0 # @@ -29,7 +29,7 @@ PICFLAG=-fPIC .endif .ifndef NOMAN -MANALL= Win32.cat1 a2p.cat1 c2ph.cat1 dprofpp.cat1 find2perl.cat1 \ +MANALL= a2p.cat1 c2ph.cat1 dprofpp.cat1 find2perl.cat1 \ h2ph.cat1 h2xs.cat1 perl.cat1 perl5004delta.cat1 \ perl5005delta.cat1 perlamiga.cat1 perlapi.cat1 perlapio.cat1 \ perlbook.cat1 perlboot.cat1 perlbot.cat1 perlbug.cat1 \ @@ -109,7 +109,7 @@ MANALL= Win32.cat1 a2p.cat1 c2ph.cat1 dprofpp.cat1 find2perl.cat1 \ diagnostics.cat3p fields.cat3p filetest.cat3p integer.cat3p \ less.cat3p lib.cat3p locale.cat3p open.cat3p ops.cat3p overload.cat3p \ re.cat3p sigtrap.cat3p strict.cat3p subs.cat3p utf8.cat3p vars.cat3p \ - warnings.cat3p + warnings.cat3p Win32.cat3p .else MANALL= .endif @@ -191,8 +191,6 @@ x2p/cflags: perly.c perly.h: perly.y -@true -Win32.cat1: pod/Win32.pod - ${POD2MAN} --section=1 --official ${.ALLSRC} | ${NROFF} -man > ${.TARGET} perl.cat1: pod/perl.pod ${POD2MAN} --section=1 --official ${.ALLSRC} | ${NROFF} -man > ${.TARGET} perl5004delta.cat1: pod/perl5004delta.pod @@ -776,6 +774,8 @@ vars.cat3p: lib/vars.pm ${POD2MAN} --section=3p --official ${.ALLSRC} | ${NROFF} -man > ${.TARGET} warnings.cat3p: lib/warnings.pm ${POD2MAN} --section=3p --official ${.ALLSRC} | ${NROFF} -man > ${.TARGET} +Win32.cat3p: pod/Win32.pod + ${POD2MAN} --section=3p --official ${.ALLSRC} | ${NROFF} -man > ${.TARGET} .ifdef NOMAN maninstall: