File: rules

package info (click to toggle)
pwget 2016.1019%2Bgit75c6e3e-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 856 kB
  • sloc: perl: 3,429; makefile: 125
file content (12 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#export DH_VERBOSE=1

DOCDIR  = debian/pwget/usr/share/doc/pwget/doc

%:
	dh  $@

override_dh_auto_install:
	dh_auto_install -- DOCDIR=$(DOCDIR) INSTALL_OBJS_DOC=""
	# Extra license file not needed
	rm -f $(DOCDIR)/COPYING*