[Pkg-haskell-commits] darcs: haskell-convertible: Don't use makefile to build docs

John Goerzen jgoerzen at complete.org
Fri Jan 4 14:39:41 UTC 2013


Wed Jan 21 18:16:59 UTC 2009  John Goerzen <jgoerzen at complete.org>
  * Don't use makefile to build docs
  Ignore-this: a0d898caef4143d57cc6693b15f76ebd

    M ./rules -1 +1

Wed Jan 21 18:16:59 UTC 2009  John Goerzen <jgoerzen at complete.org>
  * Don't use makefile to build docs
  Ignore-this: a0d898caef4143d57cc6693b15f76ebd
diff -rN -u old-haskell-convertible//rules new-haskell-convertible//rules
--- old-haskell-convertible//rules	2013-01-04 14:39:39.075721576 +0000
+++ new-haskell-convertible//rules	2013-01-04 14:39:41.326724678 +0000
@@ -43,7 +43,7 @@
 
 	# Add here commands to compile the package.
 	#$(MAKE)
-	$(MAKE) doc
+	#$(MAKE) doc
 
 	touch build-stamp
 





More information about the Pkg-haskell-commits mailing list