From d66301d8aca7be2821a083dd7cbefb20bdf164ad Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 4 Feb 2017 13:23:28 -0700 Subject: add manpage --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 42f7d2b..2a8d309 100755 --- a/debian/rules +++ b/debian/rules @@ -11,10 +11,12 @@ override_dh_auto_configure: override_dh_auto_build: ./Setup build + pod2man --center="User Commands" --section=1 \ + pandoc-citeproc-preamble.1.pod > pandoc-citeproc-preamble.1 override_dh_auto_clean: if [ -x Setup ]; then ./Setup clean; fi - rm -f Setup Setup.o Setup.hi + rm -f Setup Setup.o Setup.hi pandoc-citeproc-preamble.1 override_dh_strip: # GHC cannot produce debugging symbols so the -dbgsym package -- cgit v1.2.3