1117583087
Systems like Debian that have the old yesod 1.0.1 should set GIT_ANNEX_LOCAL_FEATURES=-DWITH_OLD_YESOD
10 lines
184 B
Makefile
Executable file
10 lines
184 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export GIT_ANNEX_LOCAL_FEATURES=-DWITH_OLD_YESOD
|
|
|
|
%:
|
|
dh $@
|
|
|
|
# Not intended for use by anyone except the author.
|
|
announcedir:
|
|
@echo ${HOME}/src/git-annex/doc/news
|