зеркало из https://github.com/github/ruby.git
* Doxyfile.in (FILE_VERSION_FILTER, INPUT_FILTER): should not use
./miniruby directly for cross compiling. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
0fff7aa624
Коммит
7788bbfaf5
|
@ -1,3 +1,8 @@
|
||||||
|
Tue Jan 27 10:10:14 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* Doxyfile.in (FILE_VERSION_FILTER, INPUT_FILTER): should not use
|
||||||
|
./miniruby directly for cross compiling.
|
||||||
|
|
||||||
Tue Jan 27 04:02:53 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
Tue Jan 27 04:02:53 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* ext/ripper/depend: fixed dependency path to lex.c.
|
* ext/ripper/depend: fixed dependency path to lex.c.
|
||||||
|
|
|
@ -69,7 +69,7 @@ SHOW_USED_FILES = YES
|
||||||
SHOW_DIRECTORIES = NO
|
SHOW_DIRECTORIES = NO
|
||||||
SHOW_FILES = YES
|
SHOW_FILES = YES
|
||||||
SHOW_NAMESPACES = YES
|
SHOW_NAMESPACES = YES
|
||||||
FILE_VERSION_FILTER = "./miniruby@EXEEXT@ -I @srcdir@/lib @srcdir@/tool/file2lastrev.rb -q"
|
FILE_VERSION_FILTER = "@MINIRUBY@ @srcdir@/tool/file2lastrev.rb -q"
|
||||||
LAYOUT_FILE =
|
LAYOUT_FILE =
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# configuration options related to warning and progress messages
|
# configuration options related to warning and progress messages
|
||||||
|
@ -96,7 +96,7 @@ EXAMPLE_PATH =
|
||||||
EXAMPLE_PATTERNS =
|
EXAMPLE_PATTERNS =
|
||||||
EXAMPLE_RECURSIVE = NO
|
EXAMPLE_RECURSIVE = NO
|
||||||
IMAGE_PATH =
|
IMAGE_PATH =
|
||||||
INPUT_FILTER = "./miniruby@EXEEXT@ -I @srcdir@/lib @srcdir@/tool/strip-rdoc.rb"
|
INPUT_FILTER = "@MINIRUBY@ @srcdir@/tool/strip-rdoc.rb"
|
||||||
FILTER_PATTERNS =
|
FILTER_PATTERNS =
|
||||||
FILTER_SOURCE_FILES = YES
|
FILTER_SOURCE_FILES = YES
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
|
Загрузка…
Ссылка в новой задаче