File: rules

package info (click to toggle)
stylish-haskell 0.15.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 572 kB
  • sloc: haskell: 8,002; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_ENABLE_TESTS = yes
export DEB_SETUP_GHC_CONFIGURE_ARGS := --datasubdir=/usr/share/stylish-haskell --datasubdir=""

%:
	dh $@

execute_after_dh_auto_build:
	asciidoctor -d manpage -b manpage doc/stylish-haskell.1.adoc