From 8a2a49333b7df3a4b86db42cd20ec8286d2788d3 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Mon, 23 Jul 2012 15:46:31 +0200 Subject: manpage: sssd-sudo - documents how sudo works with sssd https://fedorahosted.org/sssd/ticket/1418 --- src/man/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/man/Makefile.am') diff --git a/src/man/Makefile.am b/src/man/Makefile.am index ca1a2261..4ed76c8a 100644 --- a/src/man/Makefile.am +++ b/src/man/Makefile.am @@ -48,6 +48,10 @@ if BUILD_SSH man_MANS += sss_ssh_authorizedkeys.1 sss_ssh_knownhostsproxy.1 endif +if BUILD_SUDO +man_MANS += sssd-sudo.5 +endif + SUFFIXES = .1.xml .1 .3.xml .3 .5.xml .5 .8.xml .8 .1.xml.1: $(XMLLINT) $(XMLLINT_FLAGS) $< -- cgit