docs/en winedev-coding.sgml

Dimi Paun dimi at users.sourceforge.net
Fri Feb 10 09:54:14 CST 2006


ChangeSet ID:	1139586853911686998865665
CVSROOT:	/cvsroot/wine
Module name:	docs
Changes by:	dimi at sc8-pr-cvs1.sourceforge.net	2006/02/10 07:54:13

Modified files:
	en             : winedev-coding.sgml 

Log message:
	Add a few words on adding a new directory to the wine tree.
	Based on a patch by Jeff Latimer.


Old revision  New revision  Changes     Path
 1.4           1.5           +7 -0       docs/en/winedev-coding.sgml

Index: docs/en/winedev-coding.sgml
diff -u -p docs/en/winedev-coding.sgml:1.4 docs/en/winedev-coding.sgml:1.5
--- docs/en/winedev-coding.sgml	10 Feb 2006 15:54:13 -0000
+++ /dev/null	10 Feb 2006 15:54:13 -0000
@@ -56,6 +56,13 @@
 	newdir/</command> in case of multiple new files to add.
       </para>
       <para>
+        When adding a new directory that contains a
+        <filename>Makefile.in</filename>, you must ensure that 
+        <filename>configure.ac</filename> references it.
+        Naturally, your patch should include all the changes you
+        made to integrate the new directory into the tree.
+      </para>
+      <para>
         For removals, clearly list the files in the description of the
 	patch.
       </para>



More information about the wine-cvs mailing list