Skip to content

Commit

Permalink
removed make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 14, 2011
1 parent 0af78d7 commit ce57d14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8,756 deletions.
13 changes: 1 addition & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@ test: test-integration
test-integration:
@node test/run.js

docs: docs/index.html

docs/index.html: $(SRC)
@mkdir -p docs
dox \
--title "Stylus" \
--desc "Expressive, dynamic, robust CSS for nodejs" \
--ribbon http://github.com/learnboost/stylus \
--private \
$^ > $@

install-bundle:
cp -fr $(TM_BUNDLE) $(TM_BUNDLE_DEST)

Expand All @@ -28,4 +17,4 @@ update-bundle:
benchmark:
@node bm.js

.PHONY: test test-integration install-bundle docs update-bundle benchmark
.PHONY: test test-integration install-bundle update-bundle benchmark
Loading

0 comments on commit ce57d14

Please sign in to comment.