File: rules

package info (click to toggle)
xgraph 12.1-13
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,472 kB
  • ctags: 1,937
  • sloc: ansic: 7,924; sh: 3,464; makefile: 55
file content (17 lines) | stat: -rwxr-xr-x 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

build clean install binary-arch binary-indep binary:
	dh $@

override_dh_auto_configure:
	aclocal
	autoconf
	automake
	dh_auto_configure

override_dh_auto_install:
	dh_auto_install
	rm    debian/xgraph/usr/share/man/manm/xgraph.man
	rmdir debian/xgraph/usr/share/man/manm

.PHONY: build clean install binary-arch binary-indep binary