Skip to content

Commit 06bf070

Browse files
committed
makefile: Fix 'make doc'
1 parent 571a519 commit 06bf070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ website_files = \
102102
out/doc/logos/index.html \
103103
$(doc_images)
104104

105-
doc: node $(apidoc_dirs) $(website_files) $(apiassets) $(apidocs) tools/doc/
105+
doc: program $(apidoc_dirs) $(website_files) $(apiassets) $(apidocs) tools/doc/
106106

107107
$(apidoc_dirs):
108108
mkdir -p $@

0 commit comments

Comments
 (0)