krb5 commit: Disconnect the texinfo admin guide from the build

Benjamin Kaduk kaduk at MIT.EDU
Fri Oct 12 11:33:12 EDT 2012


https://github.com/krb5/krb5/commit/8082a462509ef54d93424e6d1987934c8c030ec1
commit 8082a462509ef54d93424e6d1987934c8c030ec1
Author: Ben Kaduk <kaduk at mit.edu>
Date:   Thu Oct 11 12:42:05 2012 -0400

    Disconnect the texinfo admin guide from the build
    
    Its content has been migrated to or superseded by the reST documentation,
    essentially entirely in krb_admins.
    
    A few portions of the texinfo document are simply no longer relevant
    and do not need to be migrated.  In particular:
    Information about reporting bugs lives on k5wiki.kerberos.org.
    General Kerberos concepts/introduction will be elsewhere in the tree.
    We do not need to document the time zones accepted by kadmin.
    We do not need a table of the various error codes and strings in our
    formal documentation.
    A complete description of the layout of our source tree is not useful
    or relevant to most Kerberos administrators.
    
    ticket: 7408

 doc/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/Makefile b/doc/Makefile
index ee9c3c7..62ae54b 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -24,7 +24,7 @@ USER_GUIDE_INCLUDES=definitions.texinfo copyright.texinfo glossary.texinfo
 USER_GUIDE_DEPS=user-guide.texinfo $(USER_GUIDE_INCLUDES)
 
 .PHONY: all
-all:: admin-guide-full user-guide-full clean-temp-ps clean-tex
+all:: user-guide-full clean-temp-ps clean-tex
 
 .PHONY: admin-guide-full
 admin-guide-full:: admin-guide admin-guide-info admin-guide-html


More information about the cvs-krb5 mailing list