mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-05-07 07:58:06 +00:00
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.
This commit is contained in:
12
Makefile
12
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:
|
||||
|
||||
Reference in New Issue
Block a user