summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-09-13 03:42:11 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-09-13 03:42:11 +0000
commitb36dd66f7892de33b85e0a7018aa0adf27748f03 (patch)
tree2bbf70d428587ab30c68346665b0d73661651bba /doc/Makefile
parent16c1f515d210ed19fca930cd4b222bb8009a8d17 (diff)
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
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile4
1 files changed, 2 insertions, 2 deletions
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