From: Jacob Thornton Date: Tue, 31 Jan 2012 22:05:30 +0000 (-0800) Subject: add makefile to make it easier to publish to gh-pages... X-Git-Tag: v2.0.0~3^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80a752f52508ed8c2405da233c667210ed1d5379;p=thirdparty%2Fbootstrap.git add makefile to make it easier to publish to gh-pages... --- diff --git a/Makefile b/Makefile index e4e2ef4188..5995bc519a 100644 --- a/Makefile +++ b/Makefile @@ -40,9 +40,12 @@ bootstrap: # WATCH LESS FILES # +gh-pages: + cp -r docs/* ../bootstrap-gh-pages + watch: echo "Watching less files..."; \ watchr -e "watch('less/.*\.less') { system 'make' }" -.PHONY: dist docs watch \ No newline at end of file +.PHONY: dist docs watch gh-pages \ No newline at end of file