]> granicus.if.org Git - sudo/commitdiff
isntall-man -> install-doc
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 12 Jul 2010 21:43:26 +0000 (17:43 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 12 Jul 2010 21:43:26 +0000 (17:43 -0400)
--HG--
branch : 1.7

INSTALL
Makefile.in

diff --git a/INSTALL b/INSTALL
index e4f2de104861a45ee4daf9a6525cdb4a3c0ac843..7e6a5c5b31747664f55d29b3f13f218eb2450d6f 100644 (file)
--- 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
index 3f97831db54e971b83b8f29888aeb981c7601081..601633afe1b3b9a185ebdd4b53f0f1a3ffb81343 100644 (file)
@@ -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)