Install manpage.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 5 May 2007 19:45:40 +0000 (21:45 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 5 May 2007 19:45:40 +0000 (21:45 +0200)
Makefile
Makefile.settings.in

index 3beaf2203a7c19af6cbb780d91f610b85f7b7cb0..e356de20376dc533b33971426a7514d6cf686bc4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ check::
 
 install: all
        install -m755 -o root pam_krb5_migrate.so /lib/security/
+       install -m0644 -o root pam_krb5_migrate.7 $(mandir)/man7
 
 tags:
        ctags -R .
index adf0809475c603aad8e89deef371c8c3d575c996..75b2db08b42114b8c48779a33d15377534144e19 100644 (file)
@@ -2,3 +2,6 @@ CC = @CC@
 CFLAGS = @CFLAGS@
 LIBS = @LIBS@
 KRB5CONFIG = @KRB5CONFIG@
+prefix = @prefix@
+datarootdir = @datarootdir@
+mandir = @mandir@