mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
9 lines
208 B
Makefile
Executable File
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
|