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:
ded27f7
)
Some shells print out the directory name if CDPATH is set breaking the
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 27 Jan 2010 16:06:36 +0000
(16:06 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 27 Jan 2010 16:06:36 +0000
(16:06 +0000)
pod2man test. Use ./util instead to avoid this.
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index fa0a0491cfa8d50cccfdc48f9bffbc504494e5d7..e87d62368abc6b1a5121afb29008e7e477dee66f 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 $(PERL)`"; \
+ @pod2man="`cd
./
util; ./pod2mantest $(PERL)`"; \
here="`pwd`"; \
filecase=; \
if [ "$(PLATFORM)" = "DJGPP" -o "$(PLATFORM)" = "Cygwin" -o "$(PLATFORM)" = "mingw" ]; then \