File: rules

package info (click to toggle)
ddir 2010.0321%2Bgit1685e72-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 120 kB
  • ctags: 72
  • sloc: perl: 202; makefile: 129
file content (19 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

PACKAGE = ddir
DOCDIR  = debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/doc

override_dh_auto_install:
	$(MAKE) prefix=/usr \
		DESTDIR=debian/$(PACKAGE) \
		INSTALL_OBJS_DOC="" \
		DOCDIR=$(DOCDIR) \
		install

	# Only manual pages, remove
	rm -rf $(DOCDIR)

%:
	dh  $@

# End of file