From: Norman Walsh Date: Wed, 17 Dec 2003 14:57:33 +0000 (+0000) Subject: Prepare to support freshmeat-submit for next release X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd95293ccf38a36f5cc90f4a889898716be8b35a;p=docbook-dsssl Prepare to support freshmeat-submit for next release --- diff --git a/xsl/Makefile b/xsl/Makefile index 1c870a09a..26c3c0226 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -4,6 +4,9 @@ CVS2LOG=../cvstools/cvs2log NEXTVER= DIFFVER= ZIPVER= +RELVER := $(shell grep "//g") +CVSCHECK := $(shell cvs -n update 2>&1 | grep -v ^cvs | cut -c3-) +SFRELID= DIRS=common html fo extensions htmlhelp javahelp @@ -41,12 +44,19 @@ else endif newversion: -ifeq ($(NEXTVER),) - $(NEXTVERSION) +ifeq ($(CVSCHECK),) +ifeq ($(NEXTVER),$(RELVER)) + $(MAKE) DIFFVER=$(DIFFVER) distrib else - $(NEXTVERSION) -v $(NEXTVER) + @echo "VERSION $(RELVER) doesn't match specified version $(NEXTVER)." endif - make DIFFVER=$(DIFFVER) distrib +else + @echo "CVS is not up-to-date! ($(CVSCHECK))" +endif + +freshmeat: + $(XSLT) VERSION VERSION /tmp/fm-docbook-xsl sf-relid=$(SFRELID) + grep -v " + -1.64.0 - + + + + + + DocBook + DocBook XSL Stylesheets + 1.64.1 + + + + + + + minor bugfixes + + + + + http://sourceforge.net/projects/docbook/ + http://prdownloads.sourceforge.net/docbook/docbook-xsl-{VERSION}.tar.gz?download + http://prdownloads.sourceforge.net/docbook/docbook-xsl-{VERSION}.zip?download + http://sourceforge.net/project/shownotes.php?release_id={SFRELID} + http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/docbook/xsl/ + http://lists.oasis-open.org/archives/docbook-apps/ + Describe changes + + + + + + + You must specify the sf-relid as a parameter. + + + + + + + + + + + + + + + + + + : + + + + + + + + + : + + + + + + + + + : + + + + +