summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-20 14:18:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-20 14:18:19 +0000
commitb560eab5846fa8a390f56b240e63bc754eeb0b3f (patch)
tree21f3f6e767e7ee853027f0ad891015e2dff80ddd /common.mk
parent22c07519c05c07ef8a38edaceca163a578b89211 (diff)
* common.mk (pre-install-doc): create data directory before install.
* lib/mkmf.rb (dir_re): fixed typo. * lib/mkmf.rb (install_dirs): remove extra slash. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index ad4d064136..dd8813b367 100644
--- a/common.mk
+++ b/common.mk
@@ -227,6 +227,7 @@ rdoc: $(PROGRAM) PHONY
$(RUNRUBY) "$(srcdir)/bin/rdoc" --all --ri --op "$(RDOCOUT)" "$(srcdir)"
pre-install-doc:: PHONY
+ $(RUNRUBY) -run -e mkdir -- -p "$(RIDATADIR)"
post-install-doc:: PHONY