summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2021-10-02 13:34:55 +1000
committerStuart Bishop <stuart@stuartbishop.net>2021-10-02 13:34:55 +1000
commit8e18f04dab6bb2e205785e993e4813f9f0ff4b92 (patch)
treead81dcff17e1bbb85b5e343131af01996d2afaec /Makefile
parent16e9f021eff80d257f1ba56b9de2d79998eb785a (diff)
downloadpytz-git-8e18f04dab6bb2e205785e993e4813f9f0ff4b92.tar.gz
Squashed 'tz/' changes from 9ffa3f6e..fe890655
d2c79c4b Release 2021c ec62c0db Adjust formatting of NEWS file 9b900f41 Fix 'zic -b fat' bug with Port Moresby 32-bit data 43dbb433 Port better to >64-bit platforms 7483e30b Revert most 2021b changes to 'backward' 6c15079a Add America/Virgin link in ‘backzone’ 2a7c7c58 Fix Jan Mayen typo 79f5ac00 Distribute SECURITY in release tarballs git-subtree-dir: tz git-subtree-split: fe890655b72594ee42cf235f739220e71eef89f4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 33f3168..a222098 100644
--- a/Makefile
+++ b/Makefile
@@ -504,7 +504,7 @@ MANTXTS= newctime.3.txt newstrftime.3.txt newtzset.3.txt \
tzfile.5.txt tzselect.8.txt zic.8.txt zdump.8.txt \
date.1.txt
COMMON= calendars CONTRIBUTING LICENSE Makefile \
- NEWS README theory.html version
+ NEWS README SECURITY theory.html version
WEB_PAGES= tz-art.html tz-how-to.html tz-link.html
CHECK_WEB_PAGES=check_theory.html check_tz-art.html \
check_tz-how-to.html check_tz-link.html
@@ -539,7 +539,7 @@ ENCHILADA = $(EIGHT_YARDS) $(TZS)
# This list is not the same as the output of 'git ls-files', since
# .gitignore is not distributed.
VERSION_DEPS= \
- calendars CONTRIBUTING LICENSE Makefile NEWS README \
+ calendars CONTRIBUTING LICENSE Makefile NEWS README SECURITY \
africa antarctica asctime.c asia australasia \
backward backzone \
checklinks.awk checktab.awk \
@@ -763,7 +763,7 @@ check_character_set: $(ENCHILADA)
sharp='#' && \
! grep -Env $(SAFE_LINE) $(MANS) date.1 $(MANTXTS) \
$(MISC) $(SOURCES) $(WEB_PAGES) \
- CONTRIBUTING LICENSE README \
+ CONTRIBUTING LICENSE README SECURITY \
version tzdata.zi && \
! grep -Env $(SAFE_LINE)'|^UNUSUAL_OK_'$(OK_CHAR)'*$$' \
Makefile && \