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 /doc/Makefile | |
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 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/Makefile b/doc/Makefile index dd216869..e817f680 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,10 +3,6 @@ include ../Make.Rules -# These two should probably be moved into autoconf... -DOCDIR=/usr/doc/Linux-PAM -MANDIR=$(mandir) - ####################################################### FILES=pam pam_appl pam_modules |