Skip to content

Commit d4fb001

Browse files
committed
Fixed deps
1 parent f1d6a08 commit d4fb001

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ superagent.js: lib/node/*.js lib/node/parsers/*.js
3636
test-server:
3737
@node test/server
3838

39-
docs: index.html test-docs
39+
docs: index.html test-docs docs/index.md
4040

41-
index.html: docs/index.md
41+
index.html: docs/index.md docs/head.html docs/tail.html
4242
marked < $< \
4343
| cat docs/head.html - docs/tail.html \
4444
> $@
4545

4646
docclean:
4747
rm -f index.html test.html
4848

49-
test-docs:
49+
test-docs: docs/head.html docs/tail.html
5050
make test REPORTER=doc \
5151
| cat docs/head.html - docs/tail.html \
5252
> test.html

0 commit comments

Comments
 (0)