From c57e52d3f83cc4b832cbe36990184742bff59b64 Mon Sep 17 00:00:00 2001
From: Andrej Shadura <andrew.shadura@collabora.co.uk>
Date: Mon, 21 Dec 2020 10:50:12 +0100
Subject: [PATCH] Add a pattern rule to regen the manpage

---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index b2d5e40..3364021 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@ --buildsystem cargo
+
+%.1: %.md
+	pandoc -s -t man -i $< -o $@
-- 
GitLab