11 lines
207 B
Makefile
Executable file
11 lines
207 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
# Avoid using cabal, as it writes to $HOME
|
|
export CABAL=runghc Setup.hs
|
|
|
|
%:
|
|
dh $@
|
|
|
|
# Not intended for use by anyone except the author.
|
|
announcedir:
|
|
@echo ${HOME}/src/git-annex/doc/news
|