]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: 435760 and task 17426
authorAndrew G. Morgan <morgan@kernel.org>
Thu, 13 Sep 2001 03:42:11 +0000 (03:42 +0000)
committerAndrew G. Morgan <morgan@kernel.org>
Thu, 13 Sep 2001 03:42:11 +0000 (03:42 +0000)
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

CHANGELOG
doc/Makefile

index f1577fdc4f9e258d778a849ff5f1497ed3831580..6e51cb5b249c67e50a7529c68ebfa971733d2551 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -49,6 +49,9 @@ bug report - outstanding bugs are listed here:
 0.76: please submit patches for this section with actual code/doc
       patches!
 
+* doc/Makefile changes - use $(mandir) [courtesy Harald Welte] (Bug
+  435760) and add some rules to make/delete the draft rfc I've been
+  working on (Task 17426 - agmorgan)
 * pam_modules.sgml: sourceforge has changed its CVS viewing software
   (Bug 460491 - agmorgan)
 * pam_unix_passwd: got rid of an annoying warning (Bug 461089 - agmorgan)
index 6e4ab07a471b31c043b40a85649a184dda2f9099..dd2168692358a692f93c258efe16ea025ffc123e 100644 (file)
@@ -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