From 555bd5d6b8f805cf5921bb67466c632c9db005e9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 31 May 2016 13:58:13 -0400 Subject: 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. --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-annex.cabal') 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 -- cgit v1.2.3