[commit: packages/Cabal] ghc-head: s/extra-html-files/extra-doc-files/. (e93b01d)

git at git.haskell.org git at git.haskell.org
Thu Jan 16 16:03:46 UTC 2014


Repository : ssh://git@git.haskell.org/Cabal

On branch  : ghc-head
Link       : http://git.haskell.org/packages/Cabal.git/commitdiff/e93b01dfb34ab1de6fbfaec1b5805eddbb8a46f5

>---------------------------------------------------------------

commit e93b01dfb34ab1de6fbfaec1b5805eddbb8a46f5
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date:   Fri Oct 25 23:02:45 2013 +0200

    s/extra-html-files/extra-doc-files/.


>---------------------------------------------------------------

e93b01dfb34ab1de6fbfaec1b5805eddbb8a46f5
 Cabal/doc/developing-packages.markdown |    2 +-
 Cabal/doc/installing-packages.markdown |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cabal/doc/developing-packages.markdown b/Cabal/doc/developing-packages.markdown
index cb7d9cd..2f8cd4b 100644
--- a/Cabal/doc/developing-packages.markdown
+++ b/Cabal/doc/developing-packages.markdown
@@ -874,7 +874,7 @@ describe the package as a whole:
     built with [`setup sdist`](#setup-sdist). As with `data-files` it
     can use a limited form of `*` wildcards in file names.
 
-`extra-html-files:` _filename list_
+`extra-doc-files:` _filename list_
 :   A list of additional files to be included in source distributions,
     and also copied to the html directory when Haddock documentation is
     generated. As with `data-files` it can use a limited form of `*`
diff --git a/Cabal/doc/installing-packages.markdown b/Cabal/doc/installing-packages.markdown
index 2eef980..a554982 100644
--- a/Cabal/doc/installing-packages.markdown
+++ b/Cabal/doc/installing-packages.markdown
@@ -921,7 +921,7 @@ this section will be available.
 The files placed in this distribution are the package description file,
 the setup script, the sources of the modules named in the package
 description file, and files named in the `license-file`, `main-is`,
-`c-sources`, `data-files`, `extra-source-files` and `extra-html-files`
+`c-sources`, `data-files`, `extra-source-files` and `extra-doc-files`
 fields.
 
 This command takes the following option:



More information about the ghc-commits mailing list