blob: 9db6155dc3deb61d2765963f93333d8951ddcf64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ae,v 1.2 2010/01/28 13:06:19 he Exp $
Perldoc's -d is incompatible with doing the build as root.
--- config/gen/makefiles/docs.in.orig 2009-12-15 18:22:07.000000000 +0100
+++ config/gen/makefiles/docs.in
@@ -41,7 +41,7 @@ doc-prep:
$(TOUCH) doc-prep
packfile-c.pod: ../src/packfile.c
-#IF(new_perldoc): $(PERLDOC) -ud packfile-c.pod ../src/packfile.c
+#IF(new_perldoc): $(PERLDOC) -u ../src/packfile.c > packfile-c.pod
#ELSE: $(PERLDOC) -u ../src/packfile.c > packfile-c.pod
clean:
|