10 lines
140 B
Makefile
Executable File
10 lines
140 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --buildsystem=python_distutils --with=python2
|
|
|
|
override_dh_auto_build:
|
|
make man
|
|
make mnexec
|
|
dh_auto_build
|