From e2936f8773bf7d84d493020bfe2fab1d8d7f3819 Mon Sep 17 00:00:00 2001 From: defanor Date: Mon, 20 Nov 2017 01:55:15 +0300 Subject: Create man directory if it doesn't exist It may be missing when destdir is altered to prepare a binary release. --- pancake.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'pancake.cabal') diff --git a/pancake.cabal b/pancake.cabal index 9aa343c..bf9831a 100644 --- a/pancake.cabal +++ b/pancake.cabal @@ -27,6 +27,7 @@ custom-setup setup-depends: Cabal >= 1.24 , base >= 4.9 && < 5 , filepath >= 1.4.1.0 && < 2 + , directory >= 1.2.6.2 && < 2 executable pancake main-is: Pancake.hs -- cgit v1.2.3