summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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