aboutsummaryrefslogtreecommitdiff
path: root/src/gen-manpages
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-04-20 14:40:49 +0000
committerGreg Hudson <ghudson@mit.edu>2011-04-20 14:40:49 +0000
commitff5b62b6077e8c93e75e9cf1a76185c744394565 (patch)
tree1b2ac241bbd6303a1cb9a9579f5b4c4a16840182 /src/gen-manpages
parente8894aa58f5d2d84272f20e920103c845948542c (diff)
downloadkrb5-ff5b62b6077e8c93e75e9cf1a76185c744394565.zip
krb5-ff5b62b6077e8c93e75e9cf1a76185c744394565.tar.gz
krb5-ff5b62b6077e8c93e75e9cf1a76185c744394565.tar.bz2
Install k5login(5) as well as .k5login(5)
Since there is conflicting precedent as to whether dotfile man pages should be installed with or without the leading dot, install the .k5login man page both ways. ticket: 6904 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24890 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/gen-manpages')
-rw-r--r--src/gen-manpages/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gen-manpages/Makefile.in b/src/gen-manpages/Makefile.in
index 728a0d9..803b504 100644
--- a/src/gen-manpages/Makefile.in
+++ b/src/gen-manpages/Makefile.in
@@ -5,3 +5,4 @@ all::
install::
$(INSTALL_DATA) $(srcdir)/kerberos.M ${DESTDIR}$(CLIENT_MANDIR)/kerberos.1
$(INSTALL_DATA) $(srcdir)/k5login.M ${DESTDIR}$(FILE_MANDIR)/.k5login.5
+ $(INSTALL_DATA) $(srcdir)/k5login.M ${DESTDIR}$(FILE_MANDIR)/k5login.5