]> granicus.if.org Git - python/commitdiff
#5158: added documentation on the depends option in distutils extensions
authorTarek Ziadé <ziade.tarek@gmail.com>
Fri, 13 Feb 2009 09:12:33 +0000 (09:12 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Fri, 13 Feb 2009 09:12:33 +0000 (09:12 +0000)
Doc/ACKS.txt
Doc/distutils/setupscript.rst

index 38c3dc22a82121769d4f28ff656ab024495ace76..849886aec7c89da639daa7f86b927e82358a6dc5 100644 (file)
@@ -18,6 +18,7 @@ docs@python.org), and we'll be glad to correct the problem.
    * Oliver Andrich
    * Heidi Annexstad
    * Jesús Cea Avión
+   * Manuel Balsera
    * Daniel Barclay
    * Chris Barker
    * Don Bashford
index 997dab7fb3d995b89b0eb68181571573d6251482..9308288e13610bd82b105abe5498b83e72e60feb 100644 (file)
@@ -347,6 +347,10 @@ symbols (functions or variables) to be exported. This option is not needed when
 building compiled extensions: Distutils  will automatically add ``initmodule``
 to the list of exported symbols.
 
+The :option:`depends` option is a list of files that the extension depends on
+(for example header files). The build command will call the compiler on the
+sources to rebuild extension if any on this files has been modified since the
+previous build.
 
 Relationships between Distributions and Packages
 ================================================