2010-10-16 20:41:24 +00:00
|
|
|
#!/usr/bin/make -f
|
2012-09-28 19:57:55 +00:00
|
|
|
|
2013-03-29 15:37:25 +00:00
|
|
|
# Avoid using cabal, as it writes to $HOME
|
2013-04-07 21:15:58 +00:00
|
|
|
export CABAL=./Setup
|
2013-03-29 15:37:25 +00:00
|
|
|
|
2013-04-10 20:53:04 +00:00
|
|
|
# Do use the changelog's version number, rather than making one up.
|
2013-05-10 22:52:35 +00:00
|
|
|
export RELEASE_BUILD=1
|
2013-04-10 20:53:04 +00:00
|
|
|
|
2010-10-16 20:41:24 +00:00
|
|
|
%:
|
|
|
|
dh $@
|
|
|
|
|
|
|
|
# Not intended for use by anyone except the author.
|
|
|
|
announcedir:
|
2010-10-27 19:08:46 +00:00
|
|
|
@echo ${HOME}/src/git-annex/doc/news
|