svn rev #24890: trunk/src/gen-manpages/

ghudson@MIT.EDU ghudson at MIT.EDU
Wed Apr 20 10:40:50 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=24890
Commit By: ghudson
Log Message:
ticket: 6904
subject: 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.



Changed Files:
U   trunk/src/gen-manpages/Makefile.in
Modified: trunk/src/gen-manpages/Makefile.in
===================================================================
--- trunk/src/gen-manpages/Makefile.in	2011-04-19 18:16:17 UTC (rev 24889)
+++ trunk/src/gen-manpages/Makefile.in	2011-04-20 14:40:49 UTC (rev 24890)
@@ -5,3 +5,4 @@
 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




More information about the cvs-krb5 mailing list