[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 15:20:50 UTC 2010


The following commit has been merged in the master branch:
commit c1bc423c4b12a6ede90e70c0cab2d392bd47799e
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Dec 7 04:02:26 2006 +0100

    UNDO: No longer use custom html location

diff --git a/Makefile b/Makefile
index 65c2727..d977cfb 100644
--- a/Makefile
+++ b/Makefile
@@ -39,12 +39,13 @@ doctmp:
 
 .PHONY: doc
 doc: $(LHSCONVSOURCES) setup
-	-rm -rf dist/doc/html
+	-rm -rf html
 	./setup configure
 	./setup haddock
 #	haddock $(HADDOCKARGS) --package=$(PROJECT) \
 #	   --dump-interface=html/$(PROJECT).haddock \
 #	   -t '$(PROJECT) API Manual' -h -o html $(HUGSCONVSOURCES) $(LHSCONVSOURCES)
+	mv dist/doc/html .
 
 .PHONY: hugsbuild
 
diff --git a/debian/missingh-doc.docs b/debian/missingh-doc.docs
index e000067..cf7cb60 100644
--- a/debian/missingh-doc.docs
+++ b/debian/missingh-doc.docs
@@ -1 +1 @@
-dist/doc/html/*
+html/*
diff --git a/debian/rules b/debian/rules
index f6605d6..d0a1189 100644
--- a/debian/rules
+++ b/debian/rules
@@ -55,7 +55,7 @@ clean:
 	# Add here commands to clean up after the build process.
 	-./setup clean
 	-make clean
-	-rm -rf setup Setup.hi Setup.ho Setup.o .*config* dist 
+	-rm -rf setup Setup.hi Setup.ho Setup.o .*config* dist html
 
 	dh_clean 
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list