make node.1 depend on make all

This commit is contained in:
Jérémy Lal
2010-07-13 00:43:09 +02:00
committed by Ryan Dahl
parent 4be4b5f6f4
commit abd3f8a02a

View File

@@ -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