mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] generate and copy manpages on debian installation
This commit is contained in:
parent
388d332ba1
commit
47d2383c11
2 changed files with 2 additions and 0 deletions
1
debian/install
vendored
1
debian/install
vendored
|
@ -1,6 +1,7 @@
|
|||
bin/* /usr/bin/
|
||||
sbin/* /usr/sbin/
|
||||
data/bash-completion.d/yunohost /etc/bash_completion.d/
|
||||
doc/yunohost.8.gz /usr/share/man/man8/yunohost.8.gz
|
||||
data/actionsmap/* /usr/share/moulinette/actionsmap/
|
||||
data/hooks/* /usr/share/yunohost/hooks/
|
||||
data/other/yunoprompt.service /etc/systemd/system/
|
||||
|
|
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -10,6 +10,7 @@
|
|||
override_dh_auto_build:
|
||||
# Generate bash completion file
|
||||
python data/actionsmap/yunohost_completion.py
|
||||
python doc/generate_manpages.py --gzip --output doc/yunohost.8.gz
|
||||
|
||||
override_dh_installinit:
|
||||
dh_installinit -pyunohost --name=yunohost-api --restart-after-upgrade
|
||||
|
|
Loading…
Add table
Reference in a new issue