File: rules

package info (click to toggle)
libhtml-mason-perl 1%3A1.48-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,500 kB
  • sloc: perl: 17,878; sh: 49; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 340 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

TMP     = $(CURDIR)/debian/tmp

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	cp -v $(CURDIR)/debian/Apache*UserDirHandler.pm $(TMP)/usr/share/perl5/HTML/Mason

override_dh_installdocs:
	dh_installdocs
	cp -rv $(CURDIR)/htdocs/* $(CURDIR)/debian/libhtml-mason-perl-doc/usr/share/doc/libhtml-mason-perl-doc/html