propellor/debian/rules

19 lines
354 B
Plaintext
Raw Normal View History

#!/usr/bin/make -f
# Avoid using cabal, as it writes to $HOME
export CABAL=./Setup
%:
dh $@
override_dh_auto_build:
$(MAKE) build
override_dh_installdocs:
2014-04-19 20:14:10 +00:00
dh_installdocs doc/README.mdwn
override_dh_installman:
dh_installman debian/propellor.1
2014-04-19 19:56:19 +00:00
# Not intended for use by anyone except the author.
announcedir:
@echo ${HOME}/src/propellor/doc/news