mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 16:56:43 +00:00
The only thing we gained from the custom build was automatic installation of the man page when using 'cabal install'. But custom builds cause problems, e.g., with cross-compilation. Installation of the man page is better handled by packagers. Note to packagers (e.g. Debian): it may be necessary to add a step installing the man page with the next release.
3 lines
46 B
Haskell
3 lines
46 B
Haskell
import Distribution.Simple
|
|
main = defaultMain
|