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

Commit

Permalink
build: fix circular dependency in doc target
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Nov 23, 2011
1 parent b906e85 commit ce3ccc8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Expand Up @@ -89,10 +89,7 @@ website_files = \
out/doc/favicon.ico \
out/doc/pipe.css

doc: doc

out/doc: out/Release/node $(apidoc_dirs) $(website_files) $(apiassets) $(apidocs)

doc docs: out/Release/node $(apidoc_dirs) $(website_files) $(apiassets) $(apidocs)

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

0 comments on commit ce3ccc8

Please sign in to comment.