Announce migration to 2.6.1.
This commit is contained in:
parent
da90fefe66
commit
ada0f50e5d
2 changed files with 1 additions and 5 deletions
3
Makefile
3
Makefile
|
@ -165,7 +165,7 @@ out/epub/plfa.epub: $(AGDA_FILES) $(LUA_FILES) epub/main.css out/epub/acknowledg
|
|||
|
||||
out/epub/acknowledgements.md: src/plfa/acknowledgements.md _config.yml
|
||||
@mkdir -p out/epub/
|
||||
$(BUNDLE) exec ruby epub/render-liquid-template.rb _config.yml $< $@
|
||||
$(BUNDLE) exec ruby epub/render-liquid-template.rb _config.yml $< $@
|
||||
|
||||
.phony: epub epubcheck
|
||||
|
||||
|
@ -187,7 +187,6 @@ clobber: clean
|
|||
.phony: clean clobber
|
||||
|
||||
|
||||
|
||||
# Setup Travis
|
||||
travis-setup:\
|
||||
travis-install-agda\
|
||||
|
|
|
@ -45,9 +45,6 @@ permalink: /GettingStarted/
|
|||
[![Agda][agda-version]][agda]
|
||||
[![agda-stdlib][agda-stdlib-version]][agda-stdlib]
|
||||
|
||||
|
||||
# Getting Started with PLFA
|
||||
|
||||
## Dependencies for users
|
||||
|
||||
You can read PLFA [online][plfa] without installing anything.
|
||||
|
|
Loading…
Reference in a new issue