diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-02-04 15:05:51 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-02-04 15:05:51 +0000 |
commit | 5a6300b673e53fa3a63ed2cd00951f794e3b981f (patch) | |
tree | 37f4235e8c22c95981566f2db9fa5c005632081b /doc | |
parent | edb845c1fe5ab4db17abd44ce60f53a37d5b9968 (diff) | |
download | pam-5a6300b673e53fa3a63ed2cd00951f794e3b981f.tar.gz pam-5a6300b673e53fa3a63ed2cd00951f794e3b981f.tar.bz2 pam-5a6300b673e53fa3a63ed2cd00951f794e3b981f.zip |
Relevant BUGIDs:
Purpose of commit: bugfixes
Commit summary:
---------------
2008-02-04 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_sepermit/Makefile.am: Install config file only
if we build the module.
* doc/Makefile.am: Fix build out of source directory.
* po/POTFILES.in: Add pam_sepermit.c.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 3b893899..4a300e15 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -14,7 +14,7 @@ releasedocs: all $(mkinstalldirs) $(top_builddir)/Linux-PAM-$(VERSION)/doc/specs cp -av specs/draft-morgan-pam-current.txt \ $(top_builddir)/Linux-PAM-$(VERSION)/doc/specs/ - cp -av specs/rfc86.0.txt \ + cp -av $(srcdir)/specs/rfc86.0.txt \ $(top_builddir)/Linux-PAM-$(VERSION)/doc/specs/ make -C sag releasedocs make -C adg releasedocs |