From ca2fa90f8e7a9399c7c44781f1a032fe10f98cdc Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sun, 10 May 2009 23:02:21 +0200 Subject: Manpage generation Provides a set of make rules for generating UNIX manual pages from DocBook 4.5 source as well as sample manpage for sss_useradd. Automatic generation of manual pages during "make" process is tunable with config parameter "--with-manpages". To rebuild the man pages separately, use the "make doc" target. Before building, the manpages are validated using a DTD schema. --- server/man/include/param_help.xml | 10 ++++++++++ server/man/include/upstream.xml | 4 ++++ 2 files changed, 14 insertions(+) create mode 100644 server/man/include/param_help.xml create mode 100644 server/man/include/upstream.xml (limited to 'server/man/include') diff --git a/server/man/include/param_help.xml b/server/man/include/param_help.xml new file mode 100644 index 00000000..a2478bf2 --- /dev/null +++ b/server/man/include/param_help.xml @@ -0,0 +1,10 @@ + + + , + + + + Display help message and exit. + + + diff --git a/server/man/include/upstream.xml b/server/man/include/upstream.xml new file mode 100644 index 00000000..b6f633cc --- /dev/null +++ b/server/man/include/upstream.xml @@ -0,0 +1,4 @@ + + SSSD + The SSSD upstream - http://fedorahosted.org/sssd + -- cgit