diff --git a/Makefile b/Makefile index f0f6e2d7a4..8db869bb81 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ doc/api.html: all doc/api.markdown doc/api_header.html doc/api_footer.html doc/changelog.html: ChangeLog doc/changelog_header.html doc/changelog_footer.html cat doc/changelog_header.html ChangeLog doc/changelog_footer.html > doc/changelog.html -doc/node.1: doc/api.markdown +doc/node.1: doc/api.markdown all build/default/node tools/ronnjs/bin/ronn.js --roff doc/api.markdown > doc/node.1 website-upload: doc