diff --git a/Makefile b/Makefile index d73a16eb6..17969a0db 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,6 @@ 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 @@ -17,12 +16,6 @@ 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 @@ -48,4 +41,4 @@ clean: rm -f runtime.js rm -f runtime.min.js -.PHONY: docs test-cov test benchmark clean +.PHONY: test-cov test benchmark clean diff --git a/jade.1 b/jade.1 deleted file mode 100644 index d4fe00fa9..000000000 --- a/jade.1 +++ /dev/null @@ -1,16 +0,0 @@ - - -
- - -