From af69f88a9d57e302af632c047faffed7cca90772 Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Tue, 8 Apr 2014 09:05:59 -0700 Subject: build: make sure changelog.html is generated --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 374ca2a07e2..281c283ffbd 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 $@ -- cgit v1.2.3