From 6c67faf447533f438d0cc91d7b9ef2adb975868c Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Tue, 22 Oct 2002 12:15:46 +0000 Subject: [PATCH] Tweak variable names --- slides/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.50.1