Skip to content

Commit abd3f8a

Browse files
kapouerry
authored andcommitted
make node.1 depend on make all
1 parent 4be4b5f commit abd3f8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ doc/api.html: all doc/api.markdown doc/api_header.html doc/api_footer.html
5252
doc/changelog.html: ChangeLog doc/changelog_header.html doc/changelog_footer.html
5353
cat doc/changelog_header.html ChangeLog doc/changelog_footer.html > doc/changelog.html
5454

55-
doc/node.1: doc/api.markdown
55+
doc/node.1: doc/api.markdown all
5656
build/default/node tools/ronnjs/bin/ronn.js --roff doc/api.markdown > doc/node.1
5757

5858
website-upload: doc

0 commit comments

Comments
 (0)