From b36dd66f7892de33b85e0a7018aa0adf27748f03 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Thu, 13 Sep 2001 03:42:11 +0000 Subject: Relevant BUGIDs: 435760 and task 17426 Purpose of commit: cleanup Commit summary: --------------- 1. use $(mandir) autoconf variabl - patch from Harald Welte 2. add automated support for generating the draft rfc text --- doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index 6e4ab07a..dd216869 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,7 +5,7 @@ include ../Make.Rules # These two should probably be moved into autoconf... DOCDIR=/usr/doc/Linux-PAM -MANDIR=/usr/man +MANDIR=$(mandir) ####################################################### @@ -126,7 +126,7 @@ endif install -m 644 $$file $(FAKEROOT)$(MANDIR)/man8 ; \ done -spec: +spec: specs/draft-morgan-pam.raw cd specs/formatter && $(MAKE) specs/formatter/padout < specs/draft-morgan-pam.raw > specs/draft-morgan-pam-current.txt -- cgit v1.2.3