diff --git a/reactos/tools/rbuild/backend/mingw/mingw.cpp b/reactos/tools/rbuild/backend/mingw/mingw.cpp
index 4b3c47a7fb8..d5aefb831f3 100644
--- a/reactos/tools/rbuild/backend/mingw/mingw.cpp
+++ b/reactos/tools/rbuild/backend/mingw/mingw.cpp
@@ -267,7 +267,7 @@ MingwBackend::CloseMakefile () const
void
MingwBackend::GenerateHeader () const
{
- fprintf ( fMakefile, "# THIS FILE IS AUTOMATICALLY GENERATED, EDIT 'ReactOS.xml' INSTEAD\n\n" );
+ fprintf ( fMakefile, "# THIS FILE IS AUTOMATICALLY GENERATED, EDIT 'ReactOS.rbuild' INSTEAD\n\n" );
}
string
diff --git a/reactos/tools/rbuild/doc/rbuild.dbk b/reactos/tools/rbuild/doc/rbuild.dbk
index 9cc62736367..692db206722 100644
--- a/reactos/tools/rbuild/doc/rbuild.dbk
+++ b/reactos/tools/rbuild/doc/rbuild.dbk
@@ -59,14 +59,14 @@
Top-level XML Build File
- The top-level XML build file (ReactOS.xml) is
+ The top-level XML build file (ReactOS.rbuild) is
processed by rbuild. The following is an example of
how it could look like:<?xml version="1.0"?>
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
<project name="ReactOS" makefile="Makefile.auto" xmlns:xi="http://www.w3.org/2001/XInclude">
- <xi:include href="config.xml">
+ <xi:include href="config.rbuild">
<xi:fallback>
- <xi:include href="config.template.xml" />
+ <xi:include href="config.template.rbuild" />
</xi:fallback>
</xi:include>
@@ -79,7 +79,7 @@
<include base="ReactOS">include</include>
<directory name="boot">
- <xi:include href="boot/boot.xml" />
+ <xi:include href="boot/boot.rbuild" />
</directory>
<module name="bootcd" type="iso">
@@ -92,7 +92,7 @@
XML files used by rbuild are modular and use
XInclude to include other chunks of XML in the top-level
- ReactOS.xml file. The namespace used by XInclude is
+ ReactOS.rbuild file. The namespace used by XInclude is
xi.
@@ -105,9 +105,9 @@
Syntax
- <xi:include href="config.xml">
+ <xi:include href="config.rbuild">
<xi:fallback>
- <xi:include href="config.template.xml" />
+ <xi:include href="config.template.rbuild" />
</xi:fallback>
</xi:include>
@@ -152,7 +152,7 @@
Syntax
<xi:fallback>
- <xi:include href="config.template.xml" />
+ <xi:include href="config.template.rbuild" />
</xi:fallback>
@@ -1642,7 +1642,7 @@
Parents
None. This is the top-level (root) element of
- ReactOS.xml file.
+ ReactOS.rbuild file.
diff --git a/reactos/tools/rbuild/doc/rbuild.txt b/reactos/tools/rbuild/doc/rbuild.txt
index 46f40c2211f..19fd8411cb1 100644
--- a/reactos/tools/rbuild/doc/rbuild.txt
+++ b/reactos/tools/rbuild/doc/rbuild.txt
@@ -19,14 +19,14 @@ This will create ReactOS.iso in the top-level reactos directory.
Top-level XML Build File
------------------------
-The top-level xml build file (ReactOS.xml) is processed by rbuild. The following is an example of how it could look like:
+The top-level xml build file (ReactOS.rbuild) is processed by rbuild. The following is an example of how it could look like:
-
+
-
+
@@ -39,7 +39,7 @@ The top-level xml build file (ReactOS.xml) is processed by rbuild. The following
include
-
+
@@ -52,9 +52,9 @@ xi:include
It is possible to split an xml build file over several files. The include element in the xi namespace is used to accomplish this.
Syntax:
-
+
-
+