summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-31 13:58:13 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-31 13:58:13 -0400
commit555bd5d6b8f805cf5921bb67466c632c9db005e9 (patch)
tree09d3f39006e35f0bbeb9c8959470efcef2e7f6f6 /git-annex.cabal
parenta209897585b11bb93c2d56fab65a3b09e242d341 (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 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index c8d33b2be..f9c665a5f 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -139,7 +139,6 @@ Extra-Source-Files:
doc/git-annex-xmppgit.mdwn
doc/logo.svg
doc/logo_16x16.png
- Makefile
Build/mdwn2man
Assistant/WebApp/routes
static/activityicon.gif
@@ -663,6 +662,7 @@ Executable git-annex
Build.EvilSplicer
Build.InstallDesktopFile
Build.LinuxMkLibs
+ Build.Mans
Build.NullSoftInstaller
Build.OSXMkLibs
Build.Standalone