Skip to content

Commit 77ad86b

Browse files
committed
Merge docs deps with main project
This also reduces the publish file size rather considerably.
1 parent ab22c43 commit 77ad86b

File tree

6 files changed

+1509
-2627
lines changed

6 files changed

+1509
-2627
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ uninstall:
4848
mandocs: $(mandocs)
4949

5050
htmldocs:
51-
cd docs && node ../bin/npm-cli.js install --legacy-peer-deps --no-audit && \
52-
node ../bin/npm-cli.js run build >&2
51+
cd docs && node dockhand.js >&2
5352

5453
docs: mandocs htmldocs
5554

@@ -131,4 +130,4 @@ release: gitclean ls-ok markedclean marked-manclean docs-clean docs
131130
sandwich:
132131
@[ $$(whoami) = "root" ] && (echo "ok"; echo "ham" > sandwich) || (echo "make it yourself" && exit 13)
133132

134-
.PHONY: all latest install dev link docs clean uninstall test man docs-clean docclean release ls-ok realclean
133+
.PHONY: all latest install dev link docs clean uninstall test man docs-clean docsclean release ls-ok realclean

0 commit comments

Comments
 (0)