Added 2019 release.

This commit is contained in:
Wen Kokke 2020-07-14 15:49:25 +01:00
parent db05328d15
commit 1179e4b0d3

View file

@ -11,7 +11,7 @@ BUNDLE := $(RUBY) -S bundle
JEKYLL := $(BUNDLE) exec jekyll
HTMLPROOFER := $(BUNDLE) exec htmlproofer
LUA_FILES := $(shell find . -type f -and -path '*/epub/*' -and -name '*.lua')
RELEASE_VERSIONS := 2020-07-14
RELEASE_VERSIONS := 2019-08-31 2020-07-14
RELEASES := $(addsuffix /,$(RELEASE_VERSIONS))
ifeq ($(AGDA_STDLIB_VERSION),)