diff options
author | Werner Koch <wk@gnupg.org> | 2007-05-08 15:59:41 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-05-08 15:59:41 +0200 |
commit | 8bf339ab591c1dd11739cee7a72533a51c3c7ade (patch) | |
tree | 0b19c22bfede52370908ee23636f0d82347538c2 /doc/howtos.texi | |
parent | gnupg.ps build fixes. (diff) | |
download | gnupg2-8bf339ab591c1dd11739cee7a72533a51c3c7ade.tar.xz gnupg2-8bf339ab591c1dd11739cee7a72533a51c3c7ade.zip |
Add a howto section.
Makefile fixes
Diffstat (limited to '')
-rw-r--r-- | doc/howtos.texi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/howtos.texi b/doc/howtos.texi new file mode 100644 index 000000000..bd48de049 --- /dev/null +++ b/doc/howtos.texi @@ -0,0 +1,15 @@ +@c Copyright (C) 2007 Free Software Foundation, Inc. +@c This is part of the GnuPG manual. +@c For copying conditions, see the file gnupg.texi. + +@node Howtos +@chapter How to do certain things + +This is a collection of small howto documents. + +@menu +* Howto Create a Server Cert:: Creating a TLS server certificate. +@end menu + + +@include howto-create-a-server-cert.texi |