Skip to content

Commit

Permalink
Added jade manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 15, 2012
1 parent 34a44f2 commit 8eef32c
Show file tree
Hide file tree
Showing 4 changed files with 891 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ SRC = $(shell find lib -name "*.js" -type f)
UGLIFY = $(shell find node_modules -name "uglifyjs" -type f)
UGLIFY_FLAGS = --no-mangle
REPORTER = dot
MANTASTIC = http://mantastic.herokuapp.com

all: jade.min.js runtime.min.js

Expand All @@ -16,6 +17,12 @@ test-cov: lib-cov
lib-cov:
jscoverage lib lib-cov

docs: jade.1
man ./$<

jade.1: jade.md
curl -sF page=@$< $(MANTASTIC) > $@

benchmark:
@node support/benchmark

Expand All @@ -41,4 +48,4 @@ clean:
rm -f runtime.js
rm -f runtime.min.js

.PHONY: test-cov test benchmark clean
.PHONY: docs test-cov test benchmark clean
Loading

0 comments on commit 8eef32c

Please sign in to comment.