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 /src/Haddock/Backends/Xhtml.hs | |
parent | a3639ab3529cf25511f944f52b35380527073433 (diff) |
reorganize files in the html lib data dir
Diffstat (limited to 'src/Haddock/Backends/Xhtml.hs')
-rw-r--r-- | src/Haddock/Backends/Xhtml.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Backends/Xhtml.hs b/src/Haddock/Backends/Xhtml.hs index 00f8e30b..94ee6347 100644 --- a/src/Haddock/Backends/Xhtml.hs +++ b/src/Haddock/Backends/Xhtml.hs @@ -119,7 +119,7 @@ copyHtmlBits odir libdir themes = do copyLibFile f = do copyFile (joinPath [libhtmldir, f]) (joinPath [odir, f]) mapM_ copyCssFile (cssFiles themes) - mapM_ copyLibFile [ plusFile, minusFile, jsFile, framesFile ] + mapM_ copyLibFile [ jsFile, framesFile ] headHtml :: String -> Maybe String -> Themes -> Html |