1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* common.mk: Added --pages-dir to rdoc creation. Now doc/ items show

up at top-level.
* .document:  Moved doc/* entries to doc/.document
* doc/.document:  ditto


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2012-12-11 07:57:56 +00:00
parent b65b75bf2c
commit 52d4a465a8
4 changed files with 12 additions and 5 deletions

View file

@ -28,7 +28,4 @@ README.EXT
README.EXT.ja
README.ja
doc/*.rdoc
doc/ChangeLog*
doc/NEWS-*
doc

View file

@ -1,3 +1,10 @@
Tue Dec 11 16:57:33 2012 Eric Hodel <drbrain@segment7.net>
* common.mk: Added --pages-dir to rdoc creation. Now doc/ items show
up at top-level.
* .document: Moved doc/* entries to doc/.document
* doc/.document: ditto
Tue Dec 11 16:44:37 2012 Eric Hodel <drbrain@segment7.net>
* lib/rdoc/options.rb: Added --page-dir option for moving pages in

View file

@ -408,7 +408,7 @@ post-install-doc::
rdoc: PHONY main
@echo Generating RDoc documentation
$(Q) $(XRUBY) "$(srcdir)/bin/rdoc" --root "$(srcdir)" --encoding=UTF-8 --no-force-update --all --ri --op "$(RDOCOUT)" --debug $(RDOCFLAGS) "$(srcdir)"
$(Q) $(XRUBY) "$(srcdir)/bin/rdoc" --root "$(srcdir)" --page-dir "$(srcdir)/doc" --encoding=UTF-8 --no-force-update --all --ri --op "$(RDOCOUT)" --debug $(RDOCFLAGS) "$(srcdir)"
rdoc-coverage: PHONY main
@echo Generating RDoc coverage report

3
doc/.document Normal file
View file

@ -0,0 +1,3 @@
*.rdoc
ChangeLog*
NEWS-*