summaryrefslogtreecommitdiffhomepage
path: root/debian/rules
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-04-16 14:02:04 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-04-16 14:02:04 -0700
commitd39dc3fda46248603d6554de57461b2e00eee8fd (patch)
tree8c808681411d74d8cb836dce6512a26f0e5273e5 /debian/rules
parentcf1c2ed0642755e7edcfbab7845f0e4ee9377fe5 (diff)
downloadstylish-haskell-d39dc3fda46248603d6554de57461b2e00eee8fd.tar.gz
add a manpage
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index fae1d0d..7c33772 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@ override_dh_auto_configure:
./Setup configure --datadir=/usr/share/stylish-haskell --datasubdir=""
override_dh_auto_build:
+ ronn <debian/stylish-haskell.1.ronn >debian/stylish-haskell.1
./Setup build
override_dh_auto_clean: