[sudo-commits] sudo changeset 8261:c963fd7e8f80

Todd C. Miller Todd.Miller at courtesan.com
Thu Jul 19 13:42:00 EDT 2012


changeset:	8261:c963fd7e8f80 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/c963fd7e8f80
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Jul 19 13:41:14 2012 -0400

Log Message:
	Build .man.in and .cat files from .mdoc.in files.
	Add new --with-man and --with-mdoc configure options.

diffstat:

 INSTALL                  |    10 +
 MANIFEST                 |    14 +-
 NEWS                     |     3 +
 configure                |    76 +-
 configure.in             |    55 +-
 doc/Makefile.in          |   101 +-
 doc/sudo.cat             |   914 +++----
 doc/sudo.man.in          |  1919 +++++++++------
 doc/sudo.mdoc.in         |    32 +-
 doc/sudo_plugin.cat      |  1814 +++++++-------
 doc/sudo_plugin.man.in   |  3681 +++++++++++++++++++------------
 doc/sudo_plugin.mdoc.in  |     8 +-
 doc/sudoers.cat          |  1977 ++++++++--------
 doc/sudoers.ldap.cat     |   883 +++---
 doc/sudoers.ldap.man.in  |  1937 +++++++++-------
 doc/sudoers.ldap.mdoc.in |    12 +-
 doc/sudoers.man.in       |  5331 +++++++++++++++++++++++++++++----------------
 doc/sudoers.mdoc.in      |    26 +-
 doc/sudoreplay.cat       |   226 +-
 doc/sudoreplay.man.in    |   685 ++--
 doc/sudoreplay.mdoc.in   |     6 +-
 doc/visudo.cat           |   183 +-
 doc/visudo.man.in        |   548 ++--
 doc/visudo.mdoc.in       |    12 +-
 24 files changed, 11816 insertions(+), 8637 deletions(-)



More information about the sudo-commits mailing list