mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
make node.1 depend on make all
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user