Skip to content

Commit

Permalink
remove jade manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 14, 2012
1 parent e5da902 commit 25e9a85
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 29 deletions.
9 changes: 1 addition & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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
16 changes: 0 additions & 16 deletions jade.1

This file was deleted.

12 changes: 7 additions & 5 deletions jade.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
jade(1) -- jade template engine
===========================================

# Jade

The jade template engine for node.js

## Synopsis

jade [-h|--help] [-v|--version] [-o|--obj STR]
[-O|--out DIR] [-p|--path PATH] [-P|--pretty]
[-c|--client] [-D|--no-debug]
jade [-h|--help] [-v|--version] [-o|--obj STR]
[-O|--out DIR] [-p|--path PATH] [-P|--pretty]
[-c|--client] [-D|--no-debug]

## Examples

Expand Down

0 comments on commit 25e9a85

Please sign in to comment.