From ec6a124c84ef45054c84cbe49ee8ebe27473c01c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 17 Oct 2012 20:59:45 -0700 Subject: [PATCH] Release tzcode2012g and tzdata2012g. * Makefile (VERSION): Increase to 2012g. (COMMON): New macro. (DOCS): Remove Makefile. (ENCHILADA): Adjust to above changes. (public): Put $(COMMON) in both tarballs, so that the version number is in both distributions. --- Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 2b18e31..ffd1cf0 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # 2009-05-17 by Arthur David Olson. # Version numbers of the code and data distributions. -VERSION = 2012f +VERSION= 2012g # Change the line below for your time zone (after finding the zone you want in # the time zone files, or adding it to a time zone file). @@ -282,7 +282,8 @@ NEWUCBSRCS= date.c strftime.c SOURCES= $(HEADERS) $(LIBSRCS) $(NONLIBSRCS) $(NEWUCBSRCS) tzselect.ksh MANS= newctime.3 newstrftime.3 newtzset.3 time2posix.3 \ tzfile.5 tzselect.8 zic.8 zdump.8 -DOCS= README Theory $(MANS) date.1 Makefile +COMMON= Makefile +DOCS= README Theory $(MANS) date.1 PRIMARY_YDATA= africa antarctica asia australasia \ europe northamerica southamerica YDATA= $(PRIMARY_YDATA) pacificnew etcetera backward @@ -295,7 +296,7 @@ WEB_PAGES= tz-art.htm tz-link.htm MISC= usno1988 usno1989 usno1989a usno1995 usno1997 usno1998 \ $(WEB_PAGES) checktab.awk workman.sh \ zoneinfo2tdf.pl -ENCHILADA= $(DOCS) $(SOURCES) $(DATA) $(MISC) +ENCHILADA= $(COMMON) $(DOCS) $(SOURCES) $(DATA) $(MISC) # And for the benefit of csh users on systems that assume the user # shell should be used to handle commands in Makefiles. . . @@ -443,10 +444,11 @@ public: $(ENCHILADA) set-timestamps done $(AWK) -f checktab.awk $(PRIMARY_YDATA) LC_ALL=C && export LC_ALL && \ - tar $(TARFLAGS) -cf - $(DOCS) $(SOURCES) $(MISC) *.[1-8].txt | \ + tar $(TARFLAGS) -cf - \ + $(COMMON) $(DOCS) $(SOURCES) $(MISC) *.[1-8].txt | \ gzip $(GZIPFLAGS) > tzcode$(VERSION).tar.gz LC_ALL=C && export LC_ALL && \ - tar $(TARFLAGS) -cf - $(DATA) | \ + tar $(TARFLAGS) -cf - $(COMMON) $(DATA) | \ gzip $(GZIPFLAGS) > tzdata$(VERSION).tar.gz typecheck: