diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-07 14:07:31 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-07 14:07:31 +0000 |
commit | 27b793c9bb279917ba44ac170eceefdb2dfad97a (patch) | |
tree | ac0bc15e0276b5132db480293dfe58b566636d87 /gnu | |
parent | 68d898d871e26d8e03abe1e9901dd20920b75078 (diff) |
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).
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 10 |
1 files changed, 5 insertions, 5 deletions
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: |