summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-26 03:26:31 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-26 03:26:31 +0000
commit68e19ae8559f37221a2524eca565aa476cb36f76 (patch)
treeb3a2cb6a34423d8ff1ca400ad211655580e4c7a5
parentd1ec43ae7ab2a4e529ee8eed21c2894b565a6862 (diff)
template/insns.inc.tmpl, insns_info.inc.tmpl, known_errors.inc.tmpl,
minsns.inc.tmpl: fixed path of generating script. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--template/insns.inc.tmpl2
-rw-r--r--template/insns_info.inc.tmpl2
-rw-r--r--template/known_errors.inc.tmpl2
-rw-r--r--template/minsns.inc.tmpl2
4 files changed, 4 insertions, 4 deletions
diff --git a/template/insns.inc.tmpl b/template/insns.inc.tmpl
index 6543686003..203273f92b 100644
--- a/template/insns.inc.tmpl
+++ b/template/insns.inc.tmpl
@@ -6,7 +6,7 @@
DO NOT TOUCH!
If you want to fix something, you must edit 'template/insns.inc.tmpl'
- or insns2vm.rb
+ or tool/insns2vm.rb
*/
diff --git a/template/insns_info.inc.tmpl b/template/insns_info.inc.tmpl
index 99e4b7b5b3..14b4ef50ab 100644
--- a/template/insns_info.inc.tmpl
+++ b/template/insns_info.inc.tmpl
@@ -6,7 +6,7 @@
DO NOT TOUCH!
If you want to fix something, you must edit 'template/insns_info.inc.tmpl'
- or insns2vm.rb
+ or tool/insns2vm.rb
*/
<%= insn_type_chars %>
diff --git a/template/known_errors.inc.tmpl b/template/known_errors.inc.tmpl
index deb54e44d7..c3aee77477 100644
--- a/template/known_errors.inc.tmpl
+++ b/template/known_errors.inc.tmpl
@@ -1,6 +1,6 @@
/** -*-c-*-
* DO NOT EDIT
- * This file is automatically generated by tools/generic_erb.rb from
+ * This file is automatically generated by tool/generic_erb.rb from
* template/known_errors.inc.tmpl and defs/known_errors.def.
*/
diff --git a/template/minsns.inc.tmpl b/template/minsns.inc.tmpl
index b9e037e978..54b192898f 100644
--- a/template/minsns.inc.tmpl
+++ b/template/minsns.inc.tmpl
@@ -6,7 +6,7 @@
DO NOT TOUCH!
If you want to fix something, you must edit 'template/minsns.inc.tmpl'
- or insns2vm.rb
+ or tool/insns2vm.rb
*/
<%= defs %>