We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2db27 commit 8635510Copy full SHA for 8635510
1 file changed
common.mk
@@ -69,7 +69,9 @@ LIBRUBY_EXTS = ./.libruby-with-ext.time
69
REVISION_H = ./.revision.time
70
PLATFORM_D = $(TIMESTAMPDIR)/.$(PLATFORM_DIR).time
71
ENC_TRANS_D = $(TIMESTAMPDIR)/.enc-trans.time
72
-RDOC = $(XRUBY) "$(tooldir)/rdoc-srcdir"
+X_$(no_baseruby:no=NO_)BASERUBY = $(BASERUBY)
73
+X_$(yes_baseruby:yes=NO_)BASERUBY = $(XRUBY)
74
+RDOC = $(X_BASERUBY) --enable-gems "$(tooldir)/rdoc-srcdir"
75
RDOCOUT = $(EXTOUT)/rdoc
76
HTMLOUT = $(EXTOUT)/html
77
CAPIOUT = doc/capi
0 commit comments