File: rules

package info (click to toggle)
mxml 4.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,672 kB
  • sloc: ansic: 4,246; sh: 3,389; makefile: 522; cpp: 178; xml: 56
file content (12 lines) | stat: -rwxr-xr-x 221 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ 

override_dh_auto_clean:
	dh_auto_clean
	rm -f mxml4.pc

override_dh_auto_install:
	$(MAKE) BUILDROOT=$(CURDIR)/debian/tmp install
	cp debian/mxml.man ./debian/tmp/usr/share/man/man3/mxml.3