Skip to content

Commit

Permalink
removed api.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 2, 2011
1 parent 27e4bdb commit 4da860e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2,120 deletions.
9 changes: 1 addition & 8 deletions Makefile
Expand Up @@ -24,17 +24,10 @@ test:
test-cov: test-cov:
@TESTFLAGS=--cov $(MAKE) test @TESTFLAGS=--cov $(MAKE) test


docs: docs/api.html $(MANPAGES) $(HTMLDOCS) docs: $(MANPAGES) $(HTMLDOCS)
@ echo "... generating TOC" @ echo "... generating TOC"
@./support/toc.js docs/guide.html @./support/toc.js docs/guide.html


docs/api.html: lib/express/*.js
dox \
--private \
--title Express \
--desc "High performance web framework for [node](http://nodejs.org)." \
$(shell find lib/express/* -type f) > $@

%.1: %.md %.1: %.md
@echo "... $< -> $@" @echo "... $< -> $@"
@ronn -r --pipe $< > $@ @ronn -r --pipe $< > $@
Expand Down

0 comments on commit 4da860e

Please sign in to comment.