File: rules

package info (click to toggle)
xmonad 0.12-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 488 kB
  • sloc: haskell: 2,519; sh: 49; makefile: 14
file content (21 lines) | stat: -rwxr-xr-x 412 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

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

man/xmonad.1:
	ghc util/GenerateManpage.hs
	util/GenerateManpage

build/xmonad:: man/xmonad.1

build/libghc-xmonad-doc:: man/xmonad.1

install/xmonad::
	dh_installwm

clean::
	rm -f man/xmonad.1 man/xmonad.1.html
	rm -f util/GenerateManpage \
	    util/GenerateManpage.o \
	    util/GenerateManpage.hi