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:
4ba1aa3
)
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:07:17 +0000
(16:07 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 27 Jan 2010 16:07:17 +0000
(16:07 +0000)
pod2man test. Use ./util instead to avoid this.
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 675a9b5a02fb0303286c368aad80139a435f1ed2..00e2386979ed03e24045a8a867b6482e5c451098 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-594,7
+594,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 \