Remove Makefile from cabal tarball; man page building is now handled by a small haskell program.

This actually runs faster than building the man pages from the makefile
did. But the main purpose is to let Setup.hs import Build.Mans and so not
need the makefile.
This commit is contained in:
Joey Hess 2016-05-31 13:58:13 -04:00
parent 056a7f67a8
commit f4489cc415
Failed to extract signature
7 changed files with 95 additions and 33 deletions

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2016-05-31T17:18:09Z"
content="""
It could be that I made the wrong decision, but the tarball was being built
with hacks to include all those files before, and was still not complete
due to limits in what's allowed in tarballs on hackage.
The Makefile will be removed from the tarball in the next release,
which should I think make it clearer that the tarball is not intended for a
`make install` situation.
"""]]