diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-16 07:27:58 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-16 07:27:58 +0000 |
commit | 4a21a410d60014079be85f074d64624402a10016 (patch) | |
tree | 174feadf434d4019df4a230a4939006376e0f1c3 /win32/Makefile.sub | |
parent | 99b41f385825f48d81195ebe19ddd189472c98c3 (diff) | |
download | ruby-4a21a410d60014079be85f074d64624402a10016.tar.gz |
* win32/Makefile.sub: typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r-- | win32/Makefile.sub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index a46a02216b..95115e454c 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -164,6 +164,7 @@ DOCTARGETS = $(DOCTARGETS) rdoc ! if "$(CAPITARGET)" == "capi" DOCTARGETS = $(DOCTARGETS) capi ! endif +!endif !ifndef INSTALLDOC ! if "$(DOCTARGETS)" != "" INSTALLDOC = all |