Fix make build target. Thanks, Justin Geibel.
This commit is contained in:
parent
2c803acf8e
commit
6b89692008
3 changed files with 4 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
mans=$(shell find doc -maxdepth 1 -name git-annex*.mdwn | sed -e 's/^doc/man/' -e 's/\.mdwn/\.1/')
|
||||
all=git-annex $(mans) docs
|
||||
all=git-annex mans docs
|
||||
|
||||
CABAL?=cabal # set to "./Setup" if you lack a cabal program
|
||||
GHC?=ghc
|
||||
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -4,6 +4,7 @@ git-annex (5.20150328) UNRELEASED; urgency=medium
|
|||
that works for "git annex sync" as well as "git-annex sync".
|
||||
* Prevent git-ls-files from double-expanding wildcards when an
|
||||
unexpanded wildcard is passed to a git-annex command like add or find.
|
||||
* Fix make build target. Thanks, Justin Geibel.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Fri, 27 Mar 2015 16:04:43 -0400
|
||||
|
||||
|
|
|
@ -26,3 +26,5 @@ index d6fb1a1..b36cbcd 100644
|
|||
CABAL?=cabal # set to "./Setup" if you lack a cabal program
|
||||
GHC?=ghc
|
||||
"""]]
|
||||
|
||||
> [[fixed|done]] --[[Joey]]
|
||||
|
|
Loading…
Reference in a new issue