diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-07-26 00:32:05 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-07-26 00:32:05 +0000 |
commit | 54d85b9ee4c79679875dbb4b98f2eb12f46c606d (patch) | |
tree | ee10770a3963b073cb5874cf9563611d437767fa /haddock.cabal | |
parent | a3639ab3529cf25511f944f52b35380527073433 (diff) |
reorganize files in the html lib data dir
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/haddock.cabal b/haddock.cabal index 1ae9a656..0058cb59 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -50,13 +50,24 @@ extra-source-files: src/haddock.sh data-files: - html/haddock-DEBUG.css - html/haddock.css - html/haddock-util.js - html/haskell_icon.gif - html/minus.gif - html/plus.gif html/frames.html + html/haddock-util.js + html/themes/Classic/haskell_icon.gif + html/themes/Classic/minus.gif + html/themes/Classic/plus.gif + html/themes/Classic/xhaddock.css + html/themes/Ocean/hslogo-16.png + html/themes/Ocean/minus.gif + html/themes/Ocean/ocean.css + html/themes/Ocean/plus.gif + html/themes/Snappy/minus.gif + html/themes/Snappy/plus.gif + html/themes/Snappy/s_haskell_icon.gif + html/themes/Snappy/snappy.css + html/themes/Tibbe/haskell_icon.gif + html/themes/Tibbe/minus.gif + html/themes/Tibbe/plus.gif + html/themes/Tibbe/tibbe.css latex/haddock.sty flag in-ghc-tree |