Skip to content

Commit

Permalink
Fixed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Mar 26, 2016
1 parent f1d6a08 commit d4fb001
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ superagent.js: lib/node/*.js lib/node/parsers/*.js
test-server:
@node test/server

docs: index.html test-docs
docs: index.html test-docs docs/index.md

index.html: docs/index.md
index.html: docs/index.md docs/head.html docs/tail.html
marked < $< \
| cat docs/head.html - docs/tail.html \
> $@

docclean:
rm -f index.html test.html

test-docs:
test-docs: docs/head.html docs/tail.html
make test REPORTER=doc \
| cat docs/head.html - docs/tail.html \
> test.html
Expand Down

0 comments on commit d4fb001

Please sign in to comment.