Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
makefile: Fix 'make doc'
  • Loading branch information
isaacs committed Mar 15, 2012
1 parent 571a519 commit 06bf070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -102,7 +102,7 @@ website_files = \
out/doc/logos/index.html \
$(doc_images)

doc: node $(apidoc_dirs) $(website_files) $(apiassets) $(apidocs) tools/doc/
doc: program $(apidoc_dirs) $(website_files) $(apiassets) $(apidocs) tools/doc/

$(apidoc_dirs):
mkdir -p $@
Expand Down

0 comments on commit 06bf070

Please sign in to comment.