diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-09-20 13:46:03 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-09-20 13:46:03 +0000 |
commit | 8440c76a17e011bef9431c2ac93fc708d7c62e4c (patch) | |
tree | e3c4e3455b67e3418e60e9b8d06bd13b82939423 /doc/sag | |
parent | 3cfe9272773f1d6356534b1c30ebaea0a896db93 (diff) | |
download | pam-8440c76a17e011bef9431c2ac93fc708d7c62e4c.tar.gz pam-8440c76a17e011bef9431c2ac93fc708d7c62e4c.tar.bz2 pam-8440c76a17e011bef9431c2ac93fc708d7c62e4c.zip |
Relevant BUGIDs:
Purpose of commit: new feature/bugfix
Commit summary:
---------------
2006-09-20 Thorsten Kukuk <kukuk@thkukuk.de>
* doc/adg/Makefile.am: Add manual pages as dependency.
* doc/mwg/Makefile.am: Likewise.
* doc/sag/Makefile.am: Likewise.
* doc/sag/Linux-PAM_SAG.xml: Include pam_unix.xml.
* doc/sag/pam_unix.xml: New.
* modules/pam_unix/Makefile.am: Generate pam_unix.8 manual page.
* modules/pam_unix/README.xml: New.
* modules/pam_unix/pam_unix.8.xml: New.
* modules/pam_unix/README: Regenerate from XML.
* modules/pam_unix/pam_unix.8: Generated from XML.
Diffstat (limited to 'doc/sag')
-rw-r--r-- | doc/sag/Linux-PAM_SAG.xml | 4 | ||||
-rw-r--r-- | doc/sag/Makefile.am | 8 | ||||
-rw-r--r-- | doc/sag/pam_unix.xml | 34 |
3 files changed, 42 insertions, 4 deletions
diff --git a/doc/sag/Linux-PAM_SAG.xml b/doc/sag/Linux-PAM_SAG.xml index 605516c0..6ba69fa6 100644 --- a/doc/sag/Linux-PAM_SAG.xml +++ b/doc/sag/Linux-PAM_SAG.xml @@ -16,7 +16,7 @@ <email>kukuk@thkukuk.de</email> </author> </authorgroup> - <releaseinfo>Version 0.99.6.0, 5. August 2006</releaseinfo> + <releaseinfo>Version 0.99.6.4, 20. September 2006</releaseinfo> <abstract> <para> This manual documents what a system-administrator needs to know about @@ -459,6 +459,8 @@ session required pam_warn.so <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_umask.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="pam_unix.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_userdb.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pam_warn.xml"/> diff --git a/doc/sag/Makefile.am b/doc/sag/Makefile.am index fe1e7835..ea8476ee 100644 --- a/doc/sag/Makefile.am +++ b/doc/sag/Makefile.am @@ -8,12 +8,14 @@ EXTRA_DIST = $(XMLS) XMLS = Linux-PAM_SAG.xml $(shell ls $(srcdir)/pam_*.xml) +DEP_XMLS = $(shell ls $(top_srcdir)/modules/pam_*/pam_*.xml) + if ENABLE_REGENERATE_MAN MAINTAINERCLEANFILES = Linux-PAM_SAG.txt Linux-PAM_SAG.pdf html/*.html all: Linux-PAM_SAG.txt html/Linux-PAM_SAG.html Linux-PAM_SAG.pdf -Linux-PAM_SAG.pdf: $(XMLS) +Linux-PAM_SAG.pdf: $(XMLS) $(DEP_XMLS) if ENABLE_GENERATE_PDF $(XMLLINT) --nonet --xinclude --postvalid --noent --noout $< $(XSLTPROC) --stringparam generate.toc "book toc" \ @@ -26,7 +28,7 @@ else echo "No fo2pdf processor installed, skip PDF generation" endif -Linux-PAM_SAG.txt: $(XMLS) +Linux-PAM_SAG.txt: $(XMLS) $(DEP_XMLS) $(XMLLINT) --nonet --xinclude --postvalid --noent --noout $< $(XSLTPROC) --stringparam generate.toc "book toc" \ --stringparam section.autolabel 1 \ @@ -34,7 +36,7 @@ Linux-PAM_SAG.txt: $(XMLS) --stringparam toc.max.depth 2 --xinclude --nonet \ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $< | $(BROWSER) > $@ -html/Linux-PAM_SAG.html: $(XMLS) +html/Linux-PAM_SAG.html: $(XMLS) $(DEP_XMLS) @test -d html || mkdir -p html $(XMLLINT) --nonet --xinclude --postvalid --noent --noout $< $(XSLTPROC) --stringparam base.dir html/ \ diff --git a/doc/sag/pam_unix.xml b/doc/sag/pam_unix.xml new file mode 100644 index 00000000..57b2f9d2 --- /dev/null +++ b/doc/sag/pam_unix.xml @@ -0,0 +1,34 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> +<section id='sag-pam_unix'> + <title>pam_unix - traditional password authentication</title> + <cmdsynopsis> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_unix/pam_unix.8.xml" xpointer='xpointer(//cmdsynopsis[@id = "pam_unix-cmdsynopsis"]/*)'/> + </cmdsynopsis> + <section id='sag-pam_unix-description'> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_unix/pam_unix.8.xml" xpointer='xpointer(//refsect1[@id = "pam_unix-description"]/*)'/> + </section> + <section id='sag-pam_unix-options'> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_unix/pam_unix.8.xml" xpointer='xpointer(//refsect1[@id = "pam_unix-options"]/*)'/> + </section> + <section id='sag-pam_unix-services'> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_unix/pam_unix.8.xml" xpointer='xpointer(//refsect1[@id = "pam_unix-services"]/*)'/> + </section> + <section id='sag-pam_unix-return_values'> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_unix/pam_unix.8.xml" xpointer='xpointer(//refsect1[@id = "pam_unix-return_values"]/*)'/> + </section> + <section id='sag-pam_unix-examples'> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_unix/pam_unix.8.xml" xpointer='xpointer(//refsect1[@id = "pam_unix-examples"]/*)'/> + </section> + <section id='sag-pam_unix-author'> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../modules/pam_unix/pam_unix.8.xml" xpointer='xpointer(//refsect1[@id = "pam_unix-author"]/*)'/> + </section> +</section> |