summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-04-08 09:05:59 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-04-08 09:06:28 -0700
commitaf69f88a9d57e302af632c047faffed7cca90772 (patch)
tree94f2c2877ea3766b99a16a778307e84f0f7df7a1
parentd6fd118727604bb94ca295f706e40119ad9de0a4 (diff)
downloadnode-af69f88a9d57e302af632c047faffed7cca90772.tar.gz
build: make sure changelog.html is generated
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 374ca2a07..281c283ff 100644
--- a/Makefile
+++ b/Makefile
@@ -137,7 +137,7 @@ website_files = \
out/doc/sh_main.js \
out/doc/sh_javascript.min.js
-doc: $(apidoc_dirs) $(website_files) $(apiassets) $(apidocs) tools/doc/ node
+doc: $(apidoc_dirs) $(website_files) $(apiassets) $(apidocs) tools/doc/ out/doc/changelog.html node
$(apidoc_dirs):
mkdir -p $@