diff --git a/Makefile b/Makefile index 13291be..6b47087 100644 --- a/Makefile +++ b/Makefile @@ -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