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.
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)
LIBPAM_VERSION_MAJOR=0
-LIBPAM_VERSION_MINOR=74
+LIBPAM_VERSION_MINOR=75
dnl
LIBPAM_VERSION_MAJOR=0
-LIBPAM_VERSION_MINOR=74
+LIBPAM_VERSION_MINOR=75
AC_SUBST(LIBPAM_VERSION_MAJOR)
AC_SUBST(LIBPAM_VERSION_MINOR)
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
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