Skip to content

Commit

Permalink
remove generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 1, 2012
1 parent 75debbe commit 5ed1544
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1,025 deletions.
14 changes: 1 addition & 13 deletions Makefile
Expand Up @@ -2,15 +2,6 @@
MOCHA_OPTS=
REPORTER = dot

docs: docs/express.md

docs/express.md: docs/application.md docs/request.md docs/response.md
cat $^ > $@

docs/%.md: lib/%.js
@mkdir -p docs
dox --raw < $< | ./support/docs > $@

check: test

test: test-unit test-acceptance
Expand All @@ -32,10 +23,7 @@ test-cov: lib-cov
lib-cov:
@jscoverage lib lib-cov

docclean:
rm -fr docs

benchmark:
@./support/bench

.PHONY: docs docclean test test-unit test-acceptance benchmark
.PHONY: test test-unit test-acceptance benchmark
181 changes: 0 additions & 181 deletions docs/application.md

This file was deleted.

0 comments on commit 5ed1544

Please sign in to comment.