Skip to content

Commit 8635510

Browse files
committed
RDoc is now a bundled gem, run by full set ruby
1 parent bd2db27 commit 8635510

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

common.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ LIBRUBY_EXTS = ./.libruby-with-ext.time
6969
REVISION_H = ./.revision.time
7070
PLATFORM_D = $(TIMESTAMPDIR)/.$(PLATFORM_DIR).time
7171
ENC_TRANS_D = $(TIMESTAMPDIR)/.enc-trans.time
72-
RDOC = $(XRUBY) "$(tooldir)/rdoc-srcdir"
72+
X_$(no_baseruby:no=NO_)BASERUBY = $(BASERUBY)
73+
X_$(yes_baseruby:yes=NO_)BASERUBY = $(XRUBY)
74+
RDOC = $(X_BASERUBY) --enable-gems "$(tooldir)/rdoc-srcdir"
7375
RDOCOUT = $(EXTOUT)/rdoc
7476
HTMLOUT = $(EXTOUT)/html
7577
CAPIOUT = doc/capi

0 commit comments

Comments
 (0)