Commit 848d50dc authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Start of the conformance testing documentation. Still very

incomplete.
parent 7b2c44a3
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
include them as either separate attachments or by appending include them as either separate attachments or by appending
the <command>diff -u /dev/null /my/new/file</command> output of them the <command>diff -u /dev/null /my/new/file</command> output of them
to any <command>cvs diff -u</command> output you may have. to any <command>cvs diff -u</command> output you may have.
Alernatively, use <command>diff -Nu olddir/ newdir/</command> Alternatively, use <command>diff -Nu olddir/ newdir/</command>
in case of multiple new files to add. in case of multiple new files to add.
</para> </para>
<para> <para>
......
...@@ -253,7 +253,7 @@ winspool</><entry>wnet</><entry>x11</> ...@@ -253,7 +253,7 @@ winspool</><entry>wnet</><entry>x11</>
<screen> <screen>
<prompt>$</prompt> <userinput>wine --dll setupx=n foo.exe</userinput> <prompt>$</prompt> <userinput>wine --dll setupx=n foo.exe</userinput>
</screen> </screen>
See the <link linkend="dlls">DLL chapter</link> for more details. See the <link linkend="dll-config">DLL chapter</link> for more details.
</para> </para>
</sect2> </sect2>
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
<!entity compiling SYSTEM "compiling.sgml"> <!entity compiling SYSTEM "compiling.sgml">
<!entity debugging SYSTEM "debugging.sgml"> <!entity debugging SYSTEM "debugging.sgml">
<!entity documentation SYSTEM "documentation.sgml"> <!entity documentation SYSTEM "documentation.sgml">
<!entity testing SYSTEM "testing.sgml">
<!entity patches SYSTEM "patches.sgml"> <!entity patches SYSTEM "patches.sgml">
<!entity i18n SYSTEM "i18n.sgml"> <!entity i18n SYSTEM "i18n.sgml">
<!entity porting SYSTEM "porting.sgml"> <!entity porting SYSTEM "porting.sgml">
...@@ -38,6 +39,7 @@ ...@@ -38,6 +39,7 @@
&compiling; &compiling;
&debugger; &debugger;
&documentation; &documentation;
&testing;
&patches; &patches;
&i18n; &i18n;
&tools; &tools;
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
<!entity compiling SYSTEM "compiling.sgml"> <!entity compiling SYSTEM "compiling.sgml">
<!entity debugging SYSTEM "debugging.sgml"> <!entity debugging SYSTEM "debugging.sgml">
<!entity documentation SYSTEM "documentation.sgml"> <!entity documentation SYSTEM "documentation.sgml">
<!entity testing SYSTEM "testing.sgml">
<!entity patches SYSTEM "patches.sgml"> <!entity patches SYSTEM "patches.sgml">
<!entity i18n SYSTEM "i18n.sgml"> <!entity i18n SYSTEM "i18n.sgml">
<!entity porting SYSTEM "porting.sgml"> <!entity porting SYSTEM "porting.sgml">
...@@ -91,6 +92,7 @@ ...@@ -91,6 +92,7 @@
&compiling; &compiling;
&debugger; &debugger;
&documentation; &documentation;
&testing;
&patches; &patches;
&i18n; &i18n;
&tools; &tools;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment