From: Ulf Möller Date: Tue, 15 Feb 2000 18:21:33 +0000 (+0000) Subject: Create the man directories where the manpages will be put. X-Git-Tag: OpenSSL_0_9_5beta1~62 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=02d034cc244dffaf371e2408de4021c09311eb53;hp=2aca27a9a83527ae309c09f1966774daf6b9a3d5 Create the man directories where the manpages will be put. --- diff --git a/Makefile.org b/Makefile.org index b4d54493f5..dbb726461e 100644 --- a/Makefile.org +++ b/Makefile.org @@ -356,10 +356,10 @@ install: all install_docs install_docs: @$(PERL) $(TOP)/util/mkdir-p.pl \ - $(INSTALL_PREFIX)$(OPENSSLDIR)/man/man1 \ - $(INSTALL_PREFIX)$(OPENSSLDIR)/man/man3 \ - $(INSTALL_PREFIX)$(OPENSSLDIR)/man/man5 \ - $(INSTALL_PREFIX)$(OPENSSLDIR)/man/man7 + $(INSTALL_PREFIX)$(INSTALLTOP)/man/man1 \ + $(INSTALL_PREFIX)$(INSTALLTOP)/man/man3 \ + $(INSTALL_PREFIX)$(INSTALLTOP)/man/man5 \ + $(INSTALL_PREFIX)$(INSTALLTOP)/man/man7 @echo installing man 1 and man 5 @for i in doc/apps/*.pod; do \ (cd `dirname $$i`; \