File: rules

package info (click to toggle)
haskell-tldr 0.6.4-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 140 kB
  • sloc: haskell: 283; makefile: 11; sh: 10
file content (17 lines) | stat: -rwxr-xr-x 376 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

DEB_ENABLE_TESTS = no
DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = tldr
DEB_DEFAULT_COMPILER = ghc

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk

build/tldr:: build-ghc-stamp

install/tldr:: tldr-hs.1

tldr-hs.1:
	./dist-ghc/build/tldr/tldr --help
	help2man -N -o $@ ./dist-ghc/build/tldr/tldr