Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.

Commit f15b066

Browse files
author
Ron Korving
committed
Merge pull request #378 from reqshark/master
remove deps affecting travis build
2 parents d25223d + 1c399ea commit f15b066

File tree

8 files changed

+2
-296
lines changed

8 files changed

+2
-296
lines changed

Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11

22
TESTS = $(wildcard test/test.*.js)
3-
DOX = ./node_modules/.bin/dox
4-
JADE = ./node_modules/.bin/jade
53
MOCHA = ./node_modules/.bin/mocha
64

75
build/Release/binding.node: binding.cc binding.gyp
@@ -13,13 +11,6 @@ test:
1311
clean:
1412
rm -fr build
1513

16-
docs:
17-
$(DOX) < lib/index.js > docs/index.json
18-
$(JADE) < docs/template.jade -o "{comments:$$(cat docs/index.json)}" > docs/index.html
19-
20-
docclean:
21-
rm -fr docs/index.{json,html}
22-
2314
distclean:
2415
node-gyp clean
2516

docs/highlight.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/index.html

Lines changed: 0 additions & 170 deletions
This file was deleted.

0 commit comments

Comments
 (0)