aboutsummaryrefslogtreecommitdiff
path: root/Build/MakeMans.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-06-02 16:54:13 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-06-02 16:54:58 -0400
commitbfc9f0cb3094da50c6d6e22242978513bee8a622 (patch)
treec9e9f5119f2f592fb4b36847d3f9b47609d0d10c /Build/MakeMans.hs
parent0ff2732d9583fd70d75cd8e365587803a7ac75ed (diff)
fix man page building
Diffstat (limited to 'Build/MakeMans.hs')
-rw-r--r--Build/MakeMans.hs15
1 files changed, 15 insertions, 0 deletions
diff --git a/Build/MakeMans.hs b/Build/MakeMans.hs
new file mode 100644
index 000000000..25e09c4aa
--- /dev/null
+++ b/Build/MakeMans.hs
@@ -0,0 +1,15 @@
+{- Build man pages, for use by Makefile
+ -
+ - Copyright 2016 Joey Hess <id@joeyh.name>
+ -
+ - Licensed under the GNU GPL version 3 or higher.
+ -}
+
+{-# OPTIONS_GHC -fno-warn-tabs #-}
+
+module Main where
+
+import Build.Mans
+
+main :: IO ()
+main = buildMansOrWarn