From: Michael Orlitzky Date: Tue, 28 Sep 2010 22:44:41 +0000 (-0400) Subject: Create the documentation directory in the "doc" makefile target. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhalcyon.git;a=commitdiff_plain;h=34420f1bd4756f221c1e545eede3990e8f9e90f6 Create the documentation directory in the "doc" makefile target. --- diff --git a/makefile b/makefile index 1c36e61..6f9eadf 100644 --- a/makefile +++ b/makefile @@ -29,6 +29,7 @@ test: runghc -i"src" test/TestSuite.hs doc: + mkdir -p doc haddock -i /usr/share/doc/haxml-1.13.2/html/HaXml.haddock \ -i /usr/share/doc/ghc-6.8.2/libraries/base/base.haddock \ -i /usr/share/doc/curl-1.3.5/html/curl.haddock \