git » debian:kxd » commit 002ca82

Use the right extensions

author Maximiliano Curia
2019-10-03 15:31:40 UTC
committer Maximiliano Curia
2019-10-03 16:28:20 UTC
parent 1029047a36c436ecdda972067259ee51053fc16a

Use the right extensions

Also avoid calling make for the manpages.

debian/docs +2 -2
debian/rules +0 -2

diff --git a/debian/docs b/debian/docs
index bdb1c12..35d5944 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,2 +1,2 @@
-doc/quick_start.rst
-README
+doc/quick_start.md
+README.md
diff --git a/debian/rules b/debian/rules
index 5bd5dde..1cb738c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,11 +6,9 @@
 
 override_dh_auto_clean:
 	dh_auto_clean
-	make -C doc/man clean
 
 override_dh_auto_build:
 	dh_auto_build
-	make -C doc/man
 
 override_dh_auto_install:
 	# Avoid calling make install-all, install files with the dh_install