mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (docs): removed a useless make target.
tool/makedoc.rb was removed at revision 13919. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a017cecf42
commit
16122d1d81
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Sep 1 00:19:45 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* common.mk (docs): removed a useless make target.
|
||||
tool/makedoc.rb was removed at revision 13919.
|
||||
|
||||
Sun Aug 31 20:49:42 2008 Tadayoshi Funaba <tadf@dotrb.org>
|
||||
|
||||
* complex.c (numeric_abs2): new.
|
||||
|
|
|
@ -736,9 +736,6 @@ prereq: incs srcs preludes
|
|||
preludes: {$(VPATH)}miniprelude.c
|
||||
preludes: {$(srcdir)}golf_prelude.c
|
||||
|
||||
docs:
|
||||
$(BASERUBY) -I$(srcdir) $(srcdir)/tool/makedocs.rb $(INSNS2VMOPT)
|
||||
|
||||
$(srcdir)/revision.h: $(REVISION_FORCE)
|
||||
@set LC_MESSAGES=C
|
||||
-@$(SET_LC_MESSAGES) $(VCS) info "$(@D)" | \
|
||||
|
|
Loading…
Add table
Reference in a new issue