From a5f1be23a47af7e12aff58a335d33fe184fa4cd0 Mon Sep 17 00:00:00 2001 From: krasimir Date: Tue, 27 Jul 2004 23:05:21 +0000 Subject: [haddock @ 2004-07-27 23:05:21 by krasimir] Add jsFile, plusFile and minusFile to the file list --- src/HaddockHH2.hs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/HaddockHH2.hs b/src/HaddockHH2.hs index f621e118..1e4de522 100644 --- a/src/HaddockHH2.hs +++ b/src/HaddockHH2.hs @@ -114,8 +114,11 @@ ppHH2Files odir package ifaces = do text "" $$ text "" $$ ppIndexFiles chars $$ - text "text iconFile<>text "\"/>" $$ - text "text cssFile<>text "\"/>") $$ + text "text cssFile <>text "\"/>") $$ + text "text iconFile <>text "\"/>" $$ + text "text jsFile <>text "\"/>" $$ + text "text plusFile <>text "\"/>" $$ + text "text minusFile<>text "\"/>" $$ text "" writeFile (odir ++ pathSeparator:filesHH2File) (render doc) where -- cgit v1.2.3