salt/debian/rules
2012-11-09 15:28:46 -08:00

9 lines
208 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@
make -C doc html
# overrides require debuilder >= 7.0.50
# http://pkg-perl.alioth.debian.org/debhelper.html#forcing_special_tests
dh_override_auto_build:
python setup.py build