From: Norman Walsh Date: Thu, 21 Mar 2002 01:19:07 +0000 (+0000) Subject: Allow next version to be specified on call to make X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22b197858eae4bd476dc98c2114b7d1d1ec98d37;p=docbook-dsssl Allow next version to be specified on call to make --- diff --git a/xsl/Makefile b/xsl/Makefile index c76da5966..4fb71248d 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -2,7 +2,8 @@ include ../cvstools/Makefile.incl CVS2LOG=../cvstools/cvs2log MERGELOGS=../cvstools/mergechangelogs -NEXTVER=../cvstools/nextversion +NEXTVERSION=../cvstools/nextversion +NEXTVER= DIFFVER= ZIPVER= @@ -42,7 +43,11 @@ else endif newversion: - $(NEXTVER) +ifeq ($(NEXTVER),) + $(NEXTVERSION) +else + $(NEXTVERSION) -v $(NEXTVER) +endif make DIFFVER=$(DIFFVER) distrib zip: