Skip to content
This repository was archived by the owner on Mar 25, 2018. It is now read-only.

Commit f043558

Browse files
build: use doc-tool module
delete old checked in doc-tool. run `npm i -g node-doc-generator` before building the docs.
1 parent d29b696 commit f043558

File tree

18 files changed

+1
-2212
lines changed

18 files changed

+1
-2212
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ website: $(website_dirs) $(website_files)
5353

5454
out/doc/%.html: doc/%.md
5555
mkdir -p $(shell dirname $@)
56-
node tools/doc/generate.js --format=html --template=doc/website.html $< > $@
56+
node-doc-generator --format=html --template=doc/website.html $< > $@
5757

5858
$(website_dirs):
5959
mkdir -p $@

tools/doc/LICENSE

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

tools/doc/README.md

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

tools/doc/addon-verify.js

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

tools/doc/generate.js

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

0 commit comments

Comments
 (0)