aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-21 17:46:36 +0000
committerUlf Möller <ulf@openssl.org>2000-01-21 17:46:36 +0000
commit5d82c5b3f425b13d9e75db8b21db92a8cf22159b (patch)
tree492f251cc99416967cd6f0bfa2d75a150f26b8a3 /Makefile.org
parent674b8eec4c5992714fd98389c90534c215000d75 (diff)
downloadopenssl-5d82c5b3f425b13d9e75db8b21db92a8cf22159b.tar.gz
Move ssl.pod to doc/ssl
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 159711f9f0..748b01d833 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -356,6 +356,6 @@ install: all
@echo installing man 1
@for i in doc/apps/*.pod; do (cd `dirname $$i`; pod2man --section=1 --date=`date +%Y-%m-%d` --center=OpenSSL --release=$(VERSION) `basename $$i` > $(INSTALL_PREFIX)$(INSTALLTOP)/man/man1/`basename $$i .pod`.1); done
@echo installing man 3
- @for i in doc/crypto/*.pod doc/ssl.pod; do (cd `dirname $$i`; pod2man --section=3 --date=`date +%Y-%m-%d` --center=OpenSSL --release=$(VERSION) `basename $$i` > $(INSTALL_PREFIX)$(INSTALLTOP)/man/man3/`basename $$i .pod`.3); done
+ @for i in doc/crypto/*.pod doc/ssl/*.pod; do (cd `dirname $$i`; pod2man --section=3 --date=`date +%Y-%m-%d` --center=OpenSSL --release=$(VERSION) `basename $$i` > $(INSTALL_PREFIX)$(INSTALLTOP)/man/man3/`basename $$i .pod`.3); done
# DO NOT DELETE THIS LINE -- make depend depends on it.