]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add makefile to make it easier to publish to gh-pages...
authorJacob Thornton <jacobthornton@gmail.com>
Tue, 31 Jan 2012 22:05:30 +0000 (14:05 -0800)
committerJacob Thornton <jacobthornton@gmail.com>
Tue, 31 Jan 2012 22:05:30 +0000 (14:05 -0800)
Makefile

index e4e2ef4188cd21d71e907fbf44c60491fa87a6c8..5995bc519a8016169b9b385a0769da42168eeaf5 100644 (file)
--- 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