aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2018-10-09 17:05:10 -0400
committerGreg Hudson <ghudson@mit.edu>2018-10-24 10:44:35 -0400
commitc38197ee9808503f86ccffd4a2bd94389e17df0b (patch)
treec20fcf575d265edae46771b877ac5665bda9e0c8 /src/Makefile.in
parent0b872730081f01d0d2b6f78675bb5c74604cef62 (diff)
downloadkrb5-c38197ee9808503f86ccffd4a2bd94389e17df0b.zip
krb5-c38197ee9808503f86ccffd4a2bd94389e17df0b.tar.gz
krb5-c38197ee9808503f86ccffd4a2bd94389e17df0b.tar.bz2
Bring back general kerberos man page
Restore the content of kerberos(1) as it stood in 0f81e372a2830c9170f6e08dfa956841d0ebdfb1. Convert to ReST to match the other man pages, and install it as the more appropriate kerberos(7). Build kerberos(7) and check it in to avoid breaking the build. ticket: 8755 (new) tags: pullup target_version: 1.16-next
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index fd3dbea..91a5f4b 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -63,9 +63,9 @@ world:
INSTALLMKDIRS = $(KRB5ROOT) $(KRB5MANROOT) $(KRB5OTHERMKDIRS) \
$(ADMIN_BINDIR) $(SERVER_BINDIR) $(CLIENT_BINDIR) \
$(ADMIN_MANDIR) $(SERVER_MANDIR) $(CLIENT_MANDIR) \
- $(FILE_MANDIR) \
+ $(FILE_MANDIR) $(OVERVIEW_MANDIR) \
$(ADMIN_CATDIR) $(SERVER_CATDIR) $(CLIENT_CATDIR) \
- $(FILE_CATDIR) \
+ $(FILE_CATDIR) $(OVERVIEW_CATDIR) \
$(KRB5_LIBDIR) $(KRB5_INCDIR) \
$(KRB5_DB_MODULE_DIR) $(KRB5_PA_MODULE_DIR) \
$(KRB5_AD_MODULE_DIR) \