summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-04 00:39:04 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-04 00:39:04 +0000
commitd29f9e080bc6e578df495c56c4fbee29260273d2 (patch)
treec84fcf2bf18c099b1063c5a1552de42004555edc /common.mk
parentb1e84d4c94afcb33c72055018263467f0ca4dd46 (diff)
* common.mk (install-nodoc, pre-install-doc, post-install-doc):
fix some omissions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index d44be4d7a2..34b2e872e5 100644
--- a/common.mk
+++ b/common.mk
@@ -82,7 +82,7 @@ ruby.imp: $(LIBRUBY_A)
install: install-nodoc $(RDOCTARGET)
install-all: install-nodoc install-doc
-install-nodoc: install-local post-install-local install-ext post-install-ext
+install-nodoc: install-local install-ext
install-local: pre-install-local do-install-local post-install-local
install-ext: pre-install-ext do-install-ext post-install-ext
@@ -115,10 +115,12 @@ do-install-doc: $(PROGRAM)
pre-install: pre-install-local pre-install-ext
pre-install-local:: PHONY
pre-install-ext:: PHONY
+pre-install-doc:: PHONY
post-install: post-install-local post-install-ext
post-install-local:: PHONY
post-install-ext:: PHONY
+post-install-doc:: PHONY
clean: clean-ext clean-local
clean-local::