From cb6b6b19c3b5b342d149fbebe78de0b7a4292017 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 31 Jan 2008 23:24:49 +0000 Subject: Updated. --- Makefile.devel | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'Makefile.devel') diff --git a/Makefile.devel b/Makefile.devel index 16e3bd92..d30985cb 100644 --- a/Makefile.devel +++ b/Makefile.devel @@ -37,25 +37,20 @@ ## ## ## Notes: -## Use 'make untag' before re-trying if 'make releaseall' fails and files -## are changed. This will make sure tags move to correct files -## NB: this may create duplicate ChangeLog entries for current day, -## watch out! +## ## Use 'make releaseclean' if giving up, to remove temp dirs. ## -## No facility to edit html to make a full release in this Makefile. -## Too much effort for infrequenty used function. -## Must edit download.html by hand, then run +## NB: no facility to edit html to make a full release in this Makefile. +## Edit download.html by hand, then run ## -## make releaseall VERSION=2.0 +## make releaseall VERSION=2.0 ## ## Or similar to make the required version. ## +## To customize the tags in case of a re-release with the same +## official version: ## -## To customize the tags in case of a re-release with the same official -## version: -## -## make releaseall VERSION=2.0 FULLVERSION=2.0.1 +## make releaseall VERSION=2.0 FULLVERSION=2.0.1 ## ## ## $Id$ -- cgit v1.2.3