summaryrefslogtreecommitdiff
path: root/Makefile.org
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-04-12 12:03:41 +0000
committerBodo Möller <bodo@openssl.org>2001-04-12 12:03:41 +0000
commitd7818facb9ae91c9c469870868043aacc003b62f (patch)
tree45e3c7d3f96ec880ff83cdf92e533bf5aef9bf42 /Makefile.org
parentbcf95a21833f2900a0ce8c58f7c2fdd4629f9ad0 (diff)
downloadopenssl-new-d7818facb9ae91c9c469870868043aacc003b62f.tar.gz
undo previous change ...
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.org b/Makefile.org
index 735932c974..6fbf6b5825 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -536,7 +536,6 @@ install_docs:
$(INSTALL_PREFIX)$(MANDIR)/man3 \
$(INSTALL_PREFIX)$(MANDIR)/man5 \
$(INSTALL_PREFIX)$(MANDIR)/man7
- @echo installing man 1 and man 5
@for i in doc/apps/*.pod; do \
fn=`basename $$i .pod`; \
if [ "$$fn" = "config" ]; then sec=5; else sec=1; fi; \
@@ -546,7 +545,6 @@ install_docs:
--release=$(VERSION) `basename $$i`) \
> $(INSTALL_PREFIX)$(MANDIR)/man$$sec/`basename $$i .pod`.$$sec; \
done
- @echo installing man 3 and man 7
@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; \