diff options
author | 2016-05-31 13:58:13 -0400 | |
---|---|---|
committer | 2016-05-31 13:58:13 -0400 | |
commit | 555bd5d6b8f805cf5921bb67466c632c9db005e9 (patch) | |
tree | 09d3f39006e35f0bbeb9c8959470efcef2e7f6f6 /CHANGELOG | |
parent | a209897585b11bb93c2d56fab65a3b09e242d341 (diff) |
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.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ git-annex (6.20160528) UNRELEASED; urgency=medium * Improve SHA*E extension extraction code. * Windows: Avoid terminating git-annex branch lines with \r\n when union merging and performing transitions. + * Remove Makefile from cabal tarball; man page building is now handled by + a small haskell program. -- Joey Hess <id@joeyh.name> Fri, 27 May 2016 13:12:48 -0400 |