summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2002-08-04 20:40:23 +0000
committerGeoff Thorpe <geoff@openssl.org>2002-08-04 20:40:23 +0000
commit9dcc441a5fe6bc5291a5f064ebae7f2d9ac6f2ac (patch)
tree7591de17238b38ff0286a4c7c319eba9be32db92 /Makefile.org
parentdb4f691f9f4a077cf26822bef7c72fb0499d5823 (diff)
Fix "make install_docs" (and thus "make install").
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.org b/Makefile.org
index bcdbc285ec..f17b551663 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -742,7 +742,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; \
@@ -753,7 +753,7 @@ install_docs:
--release=$(VERSION) `basename $$i`") \
> $(INSTALL_PREFIX)$(MANDIR)/man$$sec/`basename $$i .pod`.$$sec; \
done; \
- @for i in doc/crypto/*.pod doc/ssl/*.pod; do \
+ for i in doc/crypto/*.pod doc/ssl/*.pod; do \
fn=`basename $$i .pod`; \
if [ "$$fn" = "des_modes" ]; then sec=7; else sec=3; fi; \
echo "installing man$$sec/`basename $$i .pod`.$$sec"; \