[前][次][番号順一覧][スレッド一覧]

ruby-changes:64373

From: Kazuki <ko1@a...>
Date: Sun, 20 Dec 2020 16:01:30 +0900 (JST)
Subject: [ruby-changes:64373] 67ee1cbdd5 (master): Remove unnecessary files from .document

https://git.ruby-lang.org/ruby.git/commit/?id=67ee1cbdd5

From 67ee1cbdd5def5b8e9db987a4a9367ab1d22fcfe Mon Sep 17 00:00:00 2001
From: Kazuki Tsujimoto <kazuki@c...>
Date: Sun, 20 Dec 2020 16:00:13 +0900
Subject: Remove unnecessary files from .document

* ruby:ext/rbconfig/exts.mk
* ruby:ext/rbconfig/sizeof/Makefile
* ruby:ext/rbconfig/sizeof/depend
* ruby:ext/rbconfig/sizeof/mkmf.log
* ruby:ext/win32/depend
* ruby:ext/win32/exts.mk
* ruby:ext/win32/resolv/depend
* ruby:lib/racc/pre-setup

diff --git a/ext/.document b/ext/.document
index c1a7ab3..aeb40c6 100644
--- a/ext/.document
+++ b/ext/.document
@@ -91,7 +91,7 @@ psych/psych_yaml_tree.c https://github.com/ruby/ruby/blob/trunk/ext/.document#L91
 pty/lib
 pty/pty.c
 racc/cparse/cparse.c
-rbconfig
+rbconfig/sizeof/*.c
 readline/readline.c
 ripper/lib
 socket
@@ -99,7 +99,8 @@ stringio/stringio.c https://github.com/ruby/ruby/blob/trunk/ext/.document#L99
 strscan/strscan.c
 syslog/syslog.c
 syslog/lib
-win32
+win32/lib
+win32/resolv/*.c
 win32ole/lib
 win32ole/*.c
 zlib/zlib.c
diff --git a/lib/.document b/lib/.document
index ee0bc12..0d612d1 100644
--- a/lib/.document
+++ b/lib/.document
@@ -11,7 +11,8 @@ irb https://github.com/ruby/ruby/blob/trunk/lib/.document#L11
 matrix
 net
 optparse
-racc
+racc/*.rb
+racc/rdoc
 rdoc
 rexml
 rinda
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]