blob: 25e09c4aa7e31142fb1518b3c1ae1b1202b13023 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|