diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2001-11-11 08:24:42 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2001-11-11 08:24:42 +0000 |
commit | 471c4bd0a34e8b73b9be05877e6d5bfc4a00cc82 (patch) | |
tree | 9c427eec631aaad25dbb7712a415df91d4da060b /Make.Rules.in | |
parent | 8a2221a5033467b39a850b2d081e30f9de1fe2e5 (diff) | |
download | pam-471c4bd0a34e8b73b9be05877e6d5bfc4a00cc82.tar.gz pam-471c4bd0a34e8b73b9be05877e6d5bfc4a00cc82.tar.bz2 pam-471c4bd0a34e8b73b9be05877e6d5bfc4a00cc82.zip |
Relevant BUGIDs: 476940
Purpose of commit: cleanup
Commit summary:
---------------
use autoconf to configure where the documentation should go.
Diffstat (limited to 'Make.Rules.in')
-rw-r--r-- | Make.Rules.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Make.Rules.in b/Make.Rules.in index c0f8d42c..48e89206 100644 --- a/Make.Rules.in +++ b/Make.Rules.in @@ -19,7 +19,6 @@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ -mandir = @mandir@ includedir = @includedir@ absolute_srcdir = @LOCALSRCDIR@ @@ -57,6 +56,8 @@ HAVE_LIBPWDB=@HAVE_LIBPWDB@ HAVE_SGML2TXT=@HAVE_SGML2TXT@ HAVE_SGML2HTML=@HAVE_SGML2HTML@ PSER=@PSER@ +DOCDIR=@DOCDIR@ +MANDIR=@MANDIR@ # configuration settings WITH_DEBUG=@WITH_DEBUG@ |