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

Commit 5d753ec

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 dc1ab6f commit 5d753ec

18 files changed

+1
-2212
lines changed

Diff for: Makefile

+1-1
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 $@

Diff for: tools/doc/LICENSE

-18
This file was deleted.

Diff for: tools/doc/README.md

-96
This file was deleted.

Diff for: tools/doc/addon-verify.js

-94
This file was deleted.

Diff for: tools/doc/generate.js

-126
This file was deleted.

0 commit comments

Comments
 (0)