krb5 commit: Disconnect texinfo install guide from the build
Benjamin Kaduk
kaduk at MIT.EDU
Wed Oct 10 11:36:17 EDT 2012
https://github.com/krb5/krb5/commit/9722472999ec8095972f491c7d9450348ac84b72
commit 9722472999ec8095972f491c7d9450348ac84b72
Author: Ben Kaduk <kaduk at mit.edu>
Date: Wed Oct 3 16:16:26 2012 -0400
Disconnect texinfo install guide from the build
Its content has been migrated to or superseded by the RST documentation,
split amongst krb_build and various sections of krb_admins.
A few portions of the texinfo document are simply no longer relevant
and do not need to be migrated. In particular:
It's 2012; we don't need to specify that we require a C89 compiler.
It's 2012; it will be easy to get enough disk to build krb5.
The KADM5 tests are part of 'make check' and don't need separate
documentation.
Shared library support is not limited to "a few operating systems".
We do not need to document incompatibilities with ancient/dead OSes.
kadmind4 and v5passwdd are no longer relevant.
ticket: 7408
doc/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/Makefile b/doc/Makefile
index 7e6d637..037bbfc 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -28,7 +28,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 install-guide-full user-guide-full clean-temp-ps clean-tex
+all:: admin-guide-full 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