[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 14:44:40 UTC 2010


The following commit has been merged in the master branch:
commit 9bbf4282d5f10c7f0ece21cf52ae130fb68349ee
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Oct 14 21:50:52 2004 +0100

    Improved Haddock call in Makefile
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--1.0--patch-67)

diff --git a/ChangeLog b/ChangeLog
index bab8c7e..ba376a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--1.0
 #
 
+2004-10-14 15:50:52 GMT	John Goerzen <jgoerzen at complete.org>	patch-67
+
+    Summary:
+      Improved Haddock call in Makefile
+    Revision:
+      missingh--head--1.0--patch-67
+
+
+    modified files:
+     ChangeLog Makefile
+
+
 2004-10-09 01:18:42 GMT	John Goerzen <jgoerzen at complete.org>	patch-66
 
     Summary:
diff --git a/Makefile b/Makefile
index 50cfb23..8485646 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,9 @@ libmissingH.a: $(OBJS)
 doc:
 	-rm -rf html
 	mkdir html
-	haddock -t 'MissingH API Manual' -h -o html $(SOURCES)
+	haddock $(HADDOCKARGS) --package=MissingH \
+	   --dump-interface=html/MissingH.haddock \
+	   -t 'MissingH API Manual' -h -o html $(SOURCES)
 
 clean:
 	-./setup clean

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list