Expanded Makefile -- regenerated outputs.

This commit is contained in:
Wen Kokke 2017-06-27 16:10:16 +01:00
parent 6c4fa4bf72
commit dec8fd5705
No known key found for this signature in database
GPG key ID: B987B93AC7378292
3 changed files with 3519 additions and 3504 deletions

View file

@ -13,7 +13,7 @@ out/%.md: src/%.lagda out/
.phony: serve
serve:
ruby -S gem install bundler
ruby -S gem install bundler --no-ri --no-rdoc
ruby -S bundle install
ruby -S bundle exec jekyll serve
@ -27,6 +27,9 @@ endif
.phony: clobber
clobber: clean
ruby -S gem install bundler --no-ri --no-rdoc
ruby -S bundle install
ruby -S bundle exec jekyll clean
ifneq ($(strip $(markdown)),)
rm $(markdown)
endif

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff