diff --git a/Makefile b/Makefile index 6f7e1f0..9997f81 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,12 @@ +URL = git@github.com:jcrd/awesome-launch + rock: luarocks make --local rockspec/awesome-launch-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