aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-01-08 18:08:02 +0000
committerBodo Möller <bodo@openssl.org>2000-01-08 18:08:02 +0000
commit3ea4404fd7778168895b90e8cd57025760d50be1 (patch)
treefb7b976c2f441fdab9220e1b7ada44f5fe1146cd /Makefile.org
parent7328b0a89db6303aac270f62247ed9ddae6ece77 (diff)
downloadopenssl-3ea4404fd7778168895b90e8cd57025760d50be1.tar.gz
Unify doc/openssl.pod and doc/man/openssl.pod, which were almost the
same and now are identical. The next step will be to delete doc/openssl.pod, this is just to see the individual CVS deltas.
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 c209bc4cab..47fadd2f23 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -354,7 +354,7 @@ install: all
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i ); \
done
@echo installing man 1
- @for i in doc/openssl.pod doc/man/*.pod ; \
+ @for i in doc/man/*.pod ; \
do pod2man --section=1 --date=`date +%Y-%m-%d` --center=OpenSSL \
--release=$(VERSION) $$i > $(INSTALL_PREFIX)$(INSTALLTOP)/man/man1/`basename $$i .pod`.1; \
done