summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 92ade591d..66d58b197 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,7 +75,7 @@ clean::
find -type f -name '*.metadata_dump' -delete
rm -f debian/stamp-extract-copyright
-DEB_INSTALL_MANPAGES_$(pkg) = debian/hsmarkdown.1
+DEB_INSTALL_MANPAGES_$(pkg) = man/pandoc.1 debian/hsmarkdown.1
# Use threaded RTS only when supported
DEB_SETUP_GHC_CONFIGURE_ARGS += $(if $(wildcard /usr/lib/ghc-$(GHC_VERSION)/libHSrts_thr.a),,--flags=-threaded)