blob: 3127fe0dbe46f14d353f532d9bb51779d7c04323 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./extconf.rb.orig 2011-04-06 19:35:39.000000000 +0000
+++ ./extconf.rb 2014-01-03 01:45:56.334209519 +0000
@@ -50,7 +50,7 @@
rdoc: docs/doc/index.html
docs/doc/index.html: $(RDOC)
-\t@-(cd docs; rdoc .)
+\t@-(cd docs; ${RUBY_RDOC} .)
ri:
\t@-(rdoc -r docs/*rb)
|