aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorsonots <sonots@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-22 16:57:16 +0000
committersonots <sonots@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-22 16:57:16 +0000
commit211ed1b20e96af015e0676bed88f21590f4f515a (patch)
treeefa83c10613a8e56f7e651df8293a0426dbc00cc /common.mk
parent9833b261195b01f5008199a5224cd3f6406f2864 (diff)
downloadruby-211ed1b20e96af015e0676bed88f21590f4f515a.tar.gz
common.mk: add install-capi to make help
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index ea3443a5ac..339a010c8e 100644
--- a/common.mk
+++ b/common.mk
@@ -1301,6 +1301,7 @@ help: PHONY
" exts: builds extensions" \
" main: builds encodings, extensions and ruby" \
" docs: builds documents" \
+ " install-capi: builds C API documents" \
" run: runs test.rb by miniruby" \
" runruby: runs test.rb by ruby you just built" \
" gdb: runs test.rb by miniruby under gdb" \