提交 99d63d46 编写于 作者: R Rich Salz

Move manpages to man[1357] structure.

Move manpages to manX directories
Add Windows/VMS install fix from Richard Levitte
Update README
Fix typo's
Remove some duplicates
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 4f3015bb
......@@ -573,12 +573,9 @@ PROCESS_PODS=\
set -e; \
here=`cd $(SRCDIR); pwd`; \
point=$$here/util/point.sh; \
for ds in apps:1 crypto:3 ssl:3; do \
defdir=`echo $$ds | cut -f1 -d:`; \
defsec=`echo $$ds | cut -f2 -d:`; \
for p in $(SRCDIR)/doc/$$defdir/*.pod; do \
SEC=`sed -ne 's/^=for *comment *openssl_manual_section: *\([0-9]\) *$$/\1/p' $$p`; \
[ -z "$$SEC" ] && SEC=$$defsec; \
for ds in man1 man3 man5 man7 ; do \
SEC=`echo $$ds | sed -e s/man//`; \
for p in $(SRCDIR)/doc/$$ds/*.pod; do \
fn=`basename $$p .pod`; \
Name=$$fn; \
NAME=`echo $$fn | tr '[a-z]' '[A-Z]'`; \
......@@ -608,12 +605,9 @@ PROCESS_PODS=\
UNINSTALL_DOCS=\
set -e; \
here=`cd $(SRCDIR); pwd`; \
for ds in apps:1 crypto:3 ssl:3; do \
defdir=`echo $$ds | cut -f1 -d:`; \
defsec=`echo $$ds | cut -f2 -d:`; \
for p in $(SRCDIR)/doc/$$defdir/*.pod; do \
SEC=`sed -ne 's/^=for *comment *openssl_manual_section: *\([0-9]\) *$$/\1/p' $$p`; \
[ -z "$$SEC" ] && SEC=$$defsec; \
for ds in man1 man3 man5 man7 ; do \
SEC=`echo $$ds | sed -e s/man//`; \
for p in $(SRCDIR)/doc/$$ds/*.pod; do \
fn=`basename $$p .pod`; \
suf=`eval "echo $$OUTSUFFIX"`; \
top=`eval "echo $$OUTTOP"`; \
......
......@@ -9,12 +9,18 @@ standards.txt
HOWTO/
A few how-to documents; not necessarily up-to-date
apps/
man1/
The openssl command-line tools; start with openssl.pod
ssl/
The SSL library; start with ssl.pod
crypto/
The cryptographic library; start with crypto.pod
man3/
The SSL library and the crypto library
man5/
File formats
man7/
Overviews; start with crypto.pod and ssl.pod, for example
Formatted versions of the manpages (apps,ssl,crypto) can be found at
https://www.openssl.org/docs/manpages.html
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册