From: Bodo Möller Date: Thu, 12 Apr 2001 12:03:41 +0000 (+0000) Subject: undo previous change ... X-Git-Tag: OpenSSL_0_9_6c~182^2~255 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d7818facb9ae91c9c469870868043aacc003b62f;p=oweals%2Fopenssl.git undo previous change ... --- 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; \