Added 2019 release.
This commit is contained in:
parent
db05328d15
commit
1179e4b0d3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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),)
|
||||
|
|
Loading…
Reference in a new issue