From: Stef Walter Date: Thu, 31 Mar 2011 12:50:25 +0000 (+0200) Subject: Mix in other documentation. X-Git-Tag: 0.1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0ef9771b882bf2dc5bd56fcc6bcfdf47ed90feb;p=p11-kit Mix in other documentation. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index b18d86a..fe65836 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -50,7 +50,7 @@ HTML_IMAGES= # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). # e.g. content_files=running.sgml building.sgml changes-2.0.sgml -content_files=p11-kit-config.xml p11-kit-multiple-problem.xml +content_files=p11-kit-config.xml p11-kit-sharing.xml # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded # These files must be listed here *and* in content_files diff --git a/doc/p11-kit-config.xml b/doc/p11-kit-config.xml index 851f5dc..2284265 100644 --- a/doc/p11-kit-config.xml +++ b/doc/p11-kit-config.xml @@ -35,7 +35,7 @@ underscore. The value is specified after the name on the same line, separated - from it by a a : colon. White space between the + from it by a : (colon). White space between the name and value is ignored. Blank lines are ignored. White space at the beginning or end of @@ -50,8 +50,7 @@ # Here is a comment setting.2: A long value with text. - x-custom : text - + x-custom : text @@ -113,7 +112,10 @@ user's home directory. - The module config files are located XXX> + The module config files are located in the + /etc/pkcs11/modules directory, with one configuration + file per module. In addition the ~/.pkcs11/modules + directory can be used for modules installed by the user. diff --git a/doc/p11-kit-docs.sgml b/doc/p11-kit-docs.sgml index d00cc36..6a5f467 100644 --- a/doc/p11-kit-docs.sgml +++ b/doc/p11-kit-docs.sgml @@ -11,14 +11,18 @@ for p11-kit &version; + + + Reference - - API Index - - + + + API Index + + diff --git a/doc/p11-kit-multiple-problem.xml b/doc/p11-kit-sharing.xml similarity index 100% rename from doc/p11-kit-multiple-problem.xml rename to doc/p11-kit-sharing.xml diff --git a/doc/style.css b/doc/style.css index 8015165..67ffff3 100644 --- a/doc/style.css +++ b/doc/style.css @@ -40,22 +40,25 @@ DIV.book, DIV.refentry, DIV.chapter, DIV.index, -DIV.footer { +DIV.footer, +DIV.section { font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif; font-size: 9.5pt; line-height: 150%; - margin-right: 1em; } -DIV.book, -DIV.footer { +BODY > DIV.book, +BODY > DIV.footer { margin-left: 1em; + margin-right: 1em; } -DIV.refentry, -DIV.chapter, -DIV.index { +BODY > DIV.refentry, +BODY > DIV.chapter, +BODY > DIV.index, +BODY > DIV.section { margin-left: 3em; + margin-right: 1em; } DIV.variablelist TABLE {