File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ Build-Depends: debhelper (>= 9),
15
15
python3-dbus,
16
16
gir1.2-gtk-3.0,
17
17
gir1.2-wnck-3.0,
18
- gir1.2-glib-2.0
18
+ gir1.2-glib-2.0,
19
+ python3-sphinx
19
20
Standards-Version: 4.4.0
20
21
21
22
Package: quicktile
Original file line number Diff line number Diff line change 1
- quicktile
1
+ docs/_build/html
2
+ README.rst
Original file line number Diff line number Diff line change
1
+ docs/_build/man/quicktile.1
Original file line number Diff line number Diff line change @@ -23,3 +23,13 @@ include /usr/share/dpkg/default.mk
23
23
override_dh_auto_install :
24
24
dh_auto_install
25
25
install -D quicktile.desktop debian/quicktile/etc/xdg/autostart/quicktile.desktop
26
+
27
+ override_dh_installdocs :
28
+ pip3 install --user sphinx_autodoc_typehints sphinxcontrib.autoprogram
29
+ ( cd docs ; env PATH=$$ HOME/.local/bin/:$$ PATH make html ; )
30
+ dh_installdocs
31
+
32
+ override_dh_installman :
33
+ pip3 install --user sphinx_autodoc_typehints sphinxcontrib.autoprogram
34
+ ( cd docs ; env PATH=$$ HOME/.local/bin/:$$ PATH make man ; )
35
+ dh_installman
You can’t perform that action at this time.
0 commit comments