Skip to content

Commit 4429645

Browse files
richardlauMichael Perrotte
authored and
Michael Perrotte
committed
makefile: fix docs target typo
A few references to the `doc` target were not updated to `docs` in #274 and resulted in `make release` not building the docs. PR-URL: #546 Credit: @richardlau Close: #546 Reviewed-by: @mikemimik
1 parent 4c1b16f commit 4429645

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ publish: gitclean ls-ok link docs-clean docs
129129
git push origin --tags &&\
130130
node bin/npm-cli.js publish --tag=$(PUBLISHTAG)
131131

132-
release: gitclean ls-ok markedclean marked-manclean docs-clean doc
132+
release: gitclean ls-ok markedclean marked-manclean docs-clean docs
133133
node bin/npm-cli.js prune --production --no-save
134134
@bash scripts/release.sh
135135

136136
sandwich:
137137
@[ $$(whoami) = "root" ] && (echo "ok"; echo "ham" > sandwich) || (echo "make it yourself" && exit 13)
138138

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

0 commit comments

Comments
 (0)