propellor/debian/rules

15 lines
243 B
Plaintext
Raw Permalink 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:
2014-08-19 23:06:21 +00:00
dh_installman propellor.1