From: Norman Walsh Date: Tue, 22 Oct 2002 12:15:46 +0000 (+0000) Subject: Tweak variable names X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c67faf447533f438d0cc91d7b9ef2adb975868c;p=docbook-dsssl Tweak variable names --- diff --git a/slides/Makefile b/slides/Makefile index 6cd3c7ebe..0bb4e57f2 100644 --- a/slides/Makefile +++ b/slides/Makefile @@ -1,7 +1,7 @@ include ../cvstools/Makefile.incl ZIPVER= -MERGEVER= -NEWVER= +DIFFVER= +NEXTVER= all: slides.dtd @@ -26,17 +26,17 @@ test: check distrib: check $(MAKE) -C doc all $(CVS2LOG) -w -ifeq ($(MERGEVER),) +ifeq ($(DIFFVER),) $(MERGELOGS) > WhatsNew else - $(MERGELOGS) -v $(MERGEVER) > WhatsNew + $(MERGELOGS) -v $(DIFFVER) > WhatsNew endif newversion: -ifeq ($NEWVER),) +ifeq ($NEXTVER),) $(NEXTVERSION) else - $(NEXTVERSION) -v $(NEWVER) + $(NEXTVERSION) -v $(NEXTVER) endif make distrib