summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-02 08:43:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-02 08:43:42 +0000
commit240279b35908ba2b6ebc54bf1ac981d67ee45e29 (patch)
tree50aabf01dcf218acf68e59f039212b8b2dd45d2e /debian/rules
parentUsing dedidated debhelper files for manpages installation. (diff)
downloadtqdm-240279b35908ba2b6ebc54bf1ac981d67ee45e29.tar.xz
tqdm-240279b35908ba2b6ebc54bf1ac981d67ee45e29.zip
Using dedidated debhelper files for docs installation.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index ab3d3c6..bb9a535 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,6 @@ export PYBUILD_TEST_ARGS=--verbose -k 'not test_comppath and not test_imap and n
%:
dh $@ --with python3 --buildsystem=pybuild
-override_dh_installdocs:
- dh_installdocs -A CONTRIBUTING.md README.rst
-
override_dh_installexamples:
dh_installexamples -A examples/*