mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (rdoc): add --encoding=UTF-8; ruby's rdoc must be UTF-8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ef6734aa9b
commit
dda0d61e68
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Feb 7 11:46:59 2011 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
|
* common.mk (rdoc): add --encoding=UTF-8; ruby's rdoc must be UTF-8.
|
||||||
|
|
||||||
Mon Feb 7 10:21:50 2011 NAKAMURA Usaku <usa@ruby-lang.org>
|
Mon Feb 7 10:21:50 2011 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files):
|
* test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files):
|
||||||
|
|
|
@ -387,7 +387,7 @@ post-install-doc::
|
||||||
|
|
||||||
rdoc: PHONY main
|
rdoc: PHONY main
|
||||||
@echo Generating RDoc documentation
|
@echo Generating RDoc documentation
|
||||||
$(Q) $(XRUBY) "$(srcdir)/bin/rdoc" --no-force-update --all --ri --op "$(RDOCOUT)" $(RDOCFLAGS) "$(srcdir)"
|
$(Q) $(XRUBY) "$(srcdir)/bin/rdoc" --encoding=UTF-8 --no-force-update --all --ri --op "$(RDOCOUT)" $(RDOCFLAGS) "$(srcdir)"
|
||||||
nodoc: PHONY
|
nodoc: PHONY
|
||||||
|
|
||||||
what-where-doc: no-install-doc
|
what-where-doc: no-install-doc
|
||||||
|
|
Loading…
Reference in a new issue