From 41c3dc73346e9ff2cc1b1a65aed837ee14f3e43d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 21 Nov 2009 00:03:52 +0000 Subject: [PATCH] Include sudo.man.pl and sudoers.man.pl in the distribution tarball. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 90f7b3fb1..184b7a325 100644 --- a/Makefile.in +++ b/Makefile.in @@ -157,7 +157,8 @@ DISTFILES = $(SRCS) $(HDRS) ChangeLog HISTORY INSTALL INSTALL.configure \ sudo.man.in sudo.pod sudo.psf sudo_usage.h.in sudoers sudoers.cat \ sudoers.man.in sudoers.pod sudoers.ldap.cat sudoers.ldap.man.in \ sudoers.ldap.pod sudoers2ldif sudoreplay.cat sudoreplay.man.in \ - sudoreplay.pod visudo.cat visudo.man.in visudo.pod auth/API + sudoreplay.pod visudo.cat visudo.man.in visudo.pod auth/API \ + sudo.man.pl sudoers.man.pl BINFILES= ChangeLog HISTORY LICENSE README TROUBLESHOOTING \ UPGRADE install-sh mkinstalldirs sample.syslog.conf sample.sudoers \