From bc9b5b89147d5ac801f633aeca216e1aa63c0c9e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 12 Aug 2014 01:10:09 -0700 Subject: [PATCH 1/2] Distribute Theory as part of the tzdata tarball too. (Suggested by Alan Barrett.) * Makefile (COMMON): Move Theory here ... (DOCS): From here. * NEWS: Document this. --- Makefile | 4 ++-- NEWS | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 42d53eb..24d523e 100644 --- a/Makefile +++ b/Makefile @@ -333,9 +333,9 @@ MANTXTS= newctime.3.txt newstrftime.3.txt newtzset.3.txt \ time2posix.3.txt \ tzfile.5.txt tzselect.8.txt zic.8.txt zdump.8.txt \ date.1.txt -COMMON= CONTRIBUTING Makefile README NEWS +COMMON= CONTRIBUTING Makefile README NEWS Theory WEB_PAGES= tz-art.htm tz-link.htm -DOCS= Theory $(MANS) date.1 $(MANTXTS) $(WEB_PAGES) +DOCS= $(MANS) date.1 $(MANTXTS) $(WEB_PAGES) PRIMARY_YDATA= africa antarctica asia australasia \ europe northamerica southamerica YDATA= $(PRIMARY_YDATA) pacificnew etcetera backward diff --git a/NEWS b/NEWS index 28902c9..042f69a 100644 --- a/NEWS +++ b/NEWS @@ -28,12 +28,12 @@ Unreleased, experimental changes The files checktab.awk and zoneinfo2tdf.pl are now distributed in the tzdata tarball instead of the tzcode tarball, since they help - maintain the data. The NEWS file is now also distributed in the - tzdata tarball, since it contains news for data too. (Thanks to - Alan Barrett for pointing this out.) Also, the leapseconds.awk - file is no longer distributed in the tzcode tarball, since it - belongs in the tzdata tarball (where 2014f inadvertently also - distributed it). + maintain the data. The NEWS and Theory files are now also + distributed in the tzdata tarball, as they're relevant for data. + (Thanks to Alan Barrett for pointing this out.) Also, the + leapseconds.awk file is no longer distributed in the tzcode + tarball, since it belongs in the tzdata tarball (where 2014f + inadvertently also distributed it). Changes affecting documentation and commentary -- 1.9.1