Makefile: Add targets to clone and update gh-pages
This commit is contained in:
parent
9befede205
commit
99ff2ba63d
10
Makefile
10
Makefile
|
@ -1,4 +1,12 @@
|
||||||
|
URL = git@github.com:jcrd/awesome-ez
|
||||||
|
|
||||||
rock:
|
rock:
|
||||||
luarocks make --local rockspec/awesome-ez-devel-1.rockspec
|
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
|
||||||
|
|
Loading…
Reference in New Issue