Show HOWTO's on the web.
authorRichard Levitte <levitte@openssl.org>
Wed, 7 Feb 2001 21:28:35 +0000 (21:28 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 7 Feb 2001 21:28:35 +0000 (21:28 +0000)
Makefile
docs/.wmlsnb
docs/HOWTO/index.wml [new file with mode: 0644]
docs/index.wml

index 35cc07531902536fcba0406e27dd6c94682bb801..306c795790ef99e93dce14a6fa4b6720bbaea65c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ lock-hack: FRC.lock-hack
        || echo "There's already a build going on.  Skipping"
 FRC.lock-hack:
 
-all: docs-depend docs
+all: docs-depend docs HOWTOs
        @echo "[" `date` "] Recursive HTML Generation.... (be patient)"
        @wmk -a
        @# Because there's a conflict and wmk skips this one...
@@ -33,3 +33,7 @@ docs-depend : FRC.docs-depend
        @find $(PODSHOME) -name '*.pod' -print | \
                PODSHOME=$(PODSHOME) HTMLGOAL=$(HTMLGOAL) ./make-docs-makefile.pl \
                > Makefile.docs
+
+FRC.HOWTOs :
+HOWTOs : FRC.HOWTOs
+       cp $(PODSHOME)/HOWTO/*.txt $(HTMLGOAL)/HOWTO/
index 3ea9297d7d4b5685f80dad6d36c7f2352dba3dc4..4e38502e3d2271da4dd0fa83113873df3d88dc1b 100644 (file)
@@ -7,5 +7,6 @@
   <snb_button id=openssl txt="openssl(1)" url="apps/openssl.html">
   <snb_button id=ssl     txt="ssl(3)"     url="ssl/ssl.html">
   <snb_button id=crypto  txt="crypto(3)"  url="crypto/crypto.html">
+  <snb_button id=HOWTO   txt="HOWTO"      url="HOWTO/">
 </snb>
 
diff --git a/docs/HOWTO/index.wml b/docs/HOWTO/index.wml
new file mode 100644 (file)
index 0000000..b1c5336
--- /dev/null
@@ -0,0 +1,17 @@
+
+#use wml::openssl area=documents page=HOWTO
+
+<title>Documents, HOWTO's</title>
+
+<h1>HOWTO's</h1>
+
+Here you can find a number of howto's.  These howto's are also part of the
+OpenSSL distribution, in <tt>doc/HOWTO/</tt>.
+
+<p>
+<filelist *.txt>
+
+<h2>Legalities</h2>
+
+<disclaimer>
+
index f0c2c24c564750be8f034595f40713abb361a3ff..8eb96de22d67e65e8b8f740bb3e7b122b9c9afdb 100644 (file)
@@ -19,5 +19,8 @@ line tool.
 <p>
 <li><a href="crypto/crypto.html"><font id=sfl>crypto(3)</font></a>: [STILL INCOMPLETE]<br>
     Manual page documenting the OpenSSL <b>Crypto</b> library.
+<p>
+<li><a href="HOWTO/"><font id=sfl>HOWTO</font></a>: [STILL INCOMPLETE]<br>
+    HOWTO documents to introduce concepts or explain them in a way that is not possible in the manuals.
 </ul>