Skip to content

Commit 121847c

Browse files
committed
[DOC] Exclude require in RubyGems not to override the original
Fix ruby/rdoc#1592.
1 parent 99d9012 commit 121847c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ HTMLOUT = $(EXTOUT)/html
7575
CAPIOUT = doc/capi
7676
INSTALL_DOC_OPTS = --rdoc-output="$(RDOCOUT)" --html-output="$(HTMLOUT)"
7777
RDOC_GEN_OPTS = --no-force-update \
78+
--exclude '^lib/rubygems/core_ext/kernel_require\.rb$$' \
7879
$(empty)
7980

8081
INITOBJS = dmyext.$(OBJEXT) dmyenc.$(OBJEXT)

0 commit comments

Comments
 (0)