From: Todd C. Miller Date: Mon, 12 Jul 2010 21:43:26 +0000 (-0400) Subject: isntall-man -> install-doc X-Git-Tag: SUDO_1_7_4~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90550e01a9dd1e3f6fd4a9c456f88bfcb23db7a6;p=sudo isntall-man -> install-doc --HG-- branch : 1.7 --- diff --git a/INSTALL b/INSTALL index e4f2de104..7e6a5c5b3 100644 --- a/INSTALL +++ b/INSTALL @@ -42,7 +42,7 @@ For most systems and configurations it is possible simply to: man pages, and a skeleton sudoers file. Note that the install will not overwrite an existing sudoers file. You can also install various pieces the package via the install-binaries, - install-man, and install-sudoers make targets. + install-doc, and install-sudoers make targets. 7) Edit the sudoers file with `visudo' as necessary for your site. You will probably want to refer the sample.sudoers diff --git a/Makefile.in b/Makefile.in index 3f97831db..601633afe 100644 --- a/Makefile.in +++ b/Makefile.in @@ -472,7 +472,7 @@ ChangeLog: hg log --style=changelog -b default --date '<2010-01-18 00:00:00' >> $@; \ fi -install: install-dirs install-binaries @INSTALL_NOEXEC@ install-sudoers install-man +install: install-dirs install-binaries @INSTALL_NOEXEC@ install-sudoers install-doc install-dirs: $(SHELL) $(srcdir)/mkinstalldirs $(DESTDIR)$(sudodir) \ @@ -498,7 +498,7 @@ install-sudoers: install-dirs $(INSTALL) -O $(sudoers_uid) -G $(sudoers_gid) -M $(sudoers_mode) \ $(srcdir)/sudoers $(DESTDIR)$(sudoersdir)/sudoers -install-man: install-dirs ChangeLog +install-doc: install-dirs ChangeLog (cd $(srcdir) && for f in ChangeLog HISTORY LICENSE README* TROUBLESHOOTING UPGRADE WHATSNEW sample.* schema.* sudoers2ldif; do $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0444 $$f $(DESTDIR)$(docdir); done) $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0444 @mansrcdir@/sudo.$(mantype) $(DESTDIR)$(mandirsu)/sudo.$(mansectsu) @rm -f $(DESTDIR)$(mandirsu)/sudoedit.$(mansectsu)