projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4e122b
)
Since we moved the pod2man check to be outside the loop, the path to it is different.
author
Richard Levitte
<levitte@openssl.org>
Fri, 9 Aug 2002 07:39:57 +0000
(07:39 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 9 Aug 2002 07:39:57 +0000
(07:39 +0000)
PR: 203, part 3
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index f3255abb9b2a8fdb6040949ff1b232fe4b21ceaf..ba6a1ec45e973103282be33a41bdcd4d2613a79c 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-686,7
+686,7
@@
install_docs:
$(INSTALL_PREFIX)$(MANDIR)/man3 \
$(INSTALL_PREFIX)$(MANDIR)/man5 \
$(INSTALL_PREFIX)$(MANDIR)/man7
- @pod2man=`cd
../../
util; ./pod2mantest ignore`; \
+ @pod2man=`cd util; ./pod2mantest ignore`; \
for i in doc/apps/*.pod; do \
fn=`basename $$i .pod`; \
if [ "$$fn" = "config" ]; then sec=5; else sec=1; fi; \