Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-02-01 02:05:30 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-02-01 02:05:30 +0400
commit80a752f52508ed8c2405da233c667210ed1d5379 (patch)
treeeb09073e4af4225cf39efd0cc3c706f173bb6131 /Makefile
parente75bc5eb5ffca534fd3a84d749e8b39824654ebb (diff)
add makefile to make it easier to publish to gh-pages...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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