Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-03-15 19:22:31 +0400
committerisaacs <i@izs.me>2012-03-15 19:22:36 +0400
commit06bf0707f7dc30b9b4e6966de76af324064c3a06 (patch)
treecbe2dd57df199e50ce5dc73e115d32c12fa2f0cd
parent571a51989e282edbe3d5e380797aa41498863514 (diff)
makefile: Fix 'make doc'
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 42679e0b485..a13f08a141a 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@