We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db03fe1 + 65f13c7 commit 3986ee1Copy full SHA for 3986ee1
doc/cabal-package.rst
@@ -774,9 +774,9 @@ describe the package as a whole:
774
775
.. pkg-field:: extra-source-files: filename list
776
777
- A list of additional files to be included in source distributions
778
- built with :ref:`setup-sdist`. As with :pkg-field:`data-files` it can use
779
- a limited form of ``*`` wildcards in file names.
+ A list of additional files to be included in source distributions built with :ref:`setup-sdist`.
+ As with :pkg-field:`data-files` it can use a limited form of ``*`` wildcards in file names.
+ Files listed here are tracked by ``cabal build``; changes in these files cause (partial) rebuilds.
780
781
.. pkg-field:: extra-doc-files: filename list
782
:since: 1.18
0 commit comments