Makefile: Add targets to clone and update gh-pages

This commit is contained in:
James Reed 2020-08-05 14:37:28 -06:00
parent 353ef4ace4
commit 3f0917ae62
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-viewport
rock:
luarocks make --local rockspec/awesome-viewport-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