aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_stress/README.xml
Commit message (Collapse)AuthorAgeFilesLines
* doc: Update PAM documentation from DockBook 4 to DocBook 5Stefan Schubert2022-12-161-19/+7
| | | | | | | | | | | | | | | | | | | | Changed files -------------- Make.xml.rules.in: - Using RNG file instead of DTD file for checking XML files. - Taking the correct stylesheet for README files. doc/sag/Makefile.am, doc/adg/Makefile.am, doc/mwg/Makefile.am: - Using RNG file instead of DTD file for checking XML files. configure.ac: - Adding a new option for selecting RNG check file (-enable-docbook-rng) - Switching stylesheets to docbook 5 - Checking DocBook 5 environment instead of DocBook 4 environment *.xml: Update from DockBook 4 to DocBook 5
* pam_stress: create man pageLucas Ramage2020-07-091-0/+31
Resolves: https://github.com/linux-pam/linux-pam/issues/148 Signed-off-by: Lucas Ramage <ramage.lucas@protonmail.com> * modules/pam_stress/README: Remove. * modules/pam_stress/README.xml: New file. * modules/pam_stress/pam_stress.8.xml: Likewise. * modules/pam_stress/Makefile.am (MAINTAINERCLEANFILES): Add $(MANS) and README. (EXTRA_DIST): Add $(XMLS). (XMLS): Add README.xml and pam_stress.8.xml. [HAVE_DOC] (dist_man_MANS): Add pam_stress.8. [ENABLE_REGENERATE_MAN] (dist_noinst_DATA): Add README. [ENABLE_REGENERATE_MAN]: Include $(top_srcdir)/Make.xml.rules. * modules/pam_stress/.gitignore: Remove. Resolves: https://github.com/linux-pam/linux-pam/pull/184