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 authored and ethomson committed Oct 24, 2020
1 parent c3f56cf commit f2dd25a
Show file tree
Hide file tree
Showing 6 changed files with 634 additions and 1,176 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,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 @@ -135,4 +134,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 f2dd25a

Please sign in to comment.