From ff5b62b6077e8c93e75e9cf1a76185c744394565 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 20 Apr 2011 14:40:49 +0000 Subject: [PATCH] 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 --- src/gen-manpages/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gen-manpages/Makefile.in b/src/gen-manpages/Makefile.in index 728a0d96a..803b5046d 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 -- 2.26.2