Makefile: Add targets to clone and update gh-pages

This commit is contained in:
James Reed 2020-08-05 14:30:25 -06:00
parent 9befede205
commit 99ff2ba63d
No known key found for this signature in database
GPG Key ID: 0BE2BD33C5E8125E
1 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,12 @@
URL = git@github.com:jcrd/awesome-ez
rock:
luarocks make --local rockspec/awesome-ez-devel-1.rockspec
.PHONY: rock
gh-pages:
git clone -b gh-pages --single-branch $(URL) gh-pages
ldoc: gh-pages
ldoc . -d gh-pages
.PHONY: rock ldoc