yunohost/debian/rules

10 lines
233 B
Makefile
Executable file

#!/usr/bin/make -f
# -*- makefile -*-
%:
dh ${@} --with python3
override_dh_auto_build:
# Generate bash completion file
python3 doc/generate_bash_completion.py
python3 doc/generate_manpages.py --gzip --output doc/yunohost.8.gz