]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: 129644
authorAndrew G. Morgan <morgan@kernel.org>
Mon, 22 Jan 2001 08:03:01 +0000 (08:03 +0000)
committerAndrew G. Morgan <morgan@kernel.org>
Mon, 22 Jan 2001 08:03:01 +0000 (08:03 +0000)
Purpose of commit: start next release

Commit summary:
---------------
I've bumped the version number, and added some Makefile code
for helping me make documentation releases.

CHANGELOG
configure
configure.in
doc/Makefile

index 8a209929363dc8f2c3f1a031979b468efc5d1207..336d00bf932d104cc2c031cbeb0a09c65493977c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -35,6 +35,9 @@ Where you should replace XXXXX with a bug-id.
 0.75: please submit patches for this section with actual code/doc
       patches!
 
+* bumped the version number, and added some code to assist in making
+  documentation releases (Bug 129644 - agmorgan).
+
 0.74: Sun Jan 21 22:36:08 PST 2001
 
 * made 0.74 release (Bug 129642 - agmorgan)
index f6648715ce5da9f95e11a0772fd24fcb0f98b2b5..9f576f2cb6f3640a648a7deeee2c81d5f1b82fb9 100755 (executable)
--- a/configure
+++ b/configure
@@ -558,7 +558,7 @@ fi
 
 
 LIBPAM_VERSION_MAJOR=0
-LIBPAM_VERSION_MINOR=74
+LIBPAM_VERSION_MINOR=75
 
 
 
index 2fc81853834ba4a0a1646d99ebfd590bee840f23..69831bfc6c0115c4cb68b699bb0cbead403f899e 100644 (file)
@@ -9,7 +9,7 @@ dnl Release specific
 dnl
 
 LIBPAM_VERSION_MAJOR=0
-LIBPAM_VERSION_MINOR=74
+LIBPAM_VERSION_MINOR=75
 
 AC_SUBST(LIBPAM_VERSION_MAJOR)
 AC_SUBST(LIBPAM_VERSION_MINOR)
index 21ae3de23a0a5f0205bb78eca8a00f5fd38e62dd..62702cc8151a509956f4ef2a78132bf09a2ca8d8 100644 (file)
@@ -126,6 +126,13 @@ endif
          install -m 644 $$file $(FAKEROOT)$(MANDIR)/man8 ; \
        done
 
+spec:
+       cd specs/formatter && make
+       specs/formatter/padout < specs/draft-morgan-pam.raw > specs/draft-morgan-pam-current.txt
+
+releasedocs: all spec
+       tar zvfc Linux-PAM-$(MAJOR_REL).$(MINOR_REL)-docs.tar.gz --exclude CVS  html ps txts specs/draft-morgan-pam-current.txt
+
 clean:
        rm -f *~ *.bak
        rm -f html/pam*.html
@@ -133,4 +140,6 @@ clean:
        rm -f $(TEXTS)
        rm -f $(PSFILES) ps/missfont.log
        rm -f MODULES-SGML pam.sgml
+       rm -f specs/draft-morgan-pam-current.txt
+       make -C specs/formatter clean