File: rules

package info (click to toggle)
haskell-mode 2.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 504 kB
  • ctags: 310
  • sloc: lisp: 3,765; haskell: 93; makefile: 69; sh: 13
file content (24 lines) | stat: -rwxr-xr-x 782 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
22
23
24
#!/usr/bin/make -f
# Rewritten (almost) from scratch by Antti-Juhani Kaijanaho.
# You may treat this file as if it were in the public domain.

librules_interface = 1
include debian/librules.mk

debian/stamp/build:
	touch $@

debian/stamp/binary/indep: debian/stamp/binary/haskell-mode

debian/stamp/binary/haskell-mode: package=haskell-mode
debian/stamp/binary/haskell-mode: debian/stamp/build
	$(prebinary)
	$(install_dir) $(elispdir)/haskell-mode
	$(install_dir) $(emacs_d_dir)
	$(install_nonex) debian/conffiles $(ctldir)
	$(install_script) debian/postrm.haskell-mode $(ctldir)/postrm
	$(install_nonex) *.el $(elispdir)/haskell-mode
	$(install_nonex) debian/50haskell-mode.el $(emacs_d_dir)
	$(install_nonex) debian/README.debian $(docdir)/README.Debian
	$(postbinary)
	touch $@