Skip to content

Commit

Permalink
Merge docs deps with main project
Browse files Browse the repository at this point in the history
This also reduces the publish file size rather considerably.
  • Loading branch information
isaacs committed Oct 23, 2020
1 parent ab22c43 commit 77ad86b
Show file tree
Hide file tree
Showing 6 changed files with 1,509 additions and 2,627 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ uninstall:
mandocs: $(mandocs)

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

docs: mandocs htmldocs

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

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

0 comments on commit 77ad86b

Please sign in to comment.