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
commit8978bfe7f9531a91466b8976a68ddac8d7bc19c6 (patch)
tree20d6b0a6997d502dd59a46c92f5bd7a18d553631 /common.mk
parent4e259f90940288de23a1755db5eb74d50b17c3e7 (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/trunk@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 545886d819..a96578be82 100644
--- a/common.mk
+++ b/common.mk
@@ -236,6 +236,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