File: rules

package info (click to toggle)
khronos-opencl-man 1.0~svn27110-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 4,380 kB
  • ctags: 35
  • sloc: xml: 58,847; makefile: 608; ruby: 183; sh: 22
file content (29 lines) | stat: -rwxr-xr-x 549 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/usr/bin/make -f
#export DH_VERBOSE=1

export ROOT=$(CURDIR)

%:
	dh $@

override_dh_clean:
	dh_clean xhtml/*.3clc
	dh_clean man/Makefile.xmldeps
	dh_clean man/section-to-page.xml

pkg_xml = opencl-1.2-html-doc
pkg_man = opencl-1.2-man-doc

override_dh_installdocs:
	dh_installdocs -p$(pkg_xml) xhtml/*.html xhtml/*.css xhtml/*.jpg xhtml/*.gif

override_dh_installman:
	dh_installman -p$(pkg_man) man/*.3clc
	# d/copyright
	dh_installdocs -p$(pkg_man)

# no make install rule:
override_dh_auto_install:

get-orig-source:
	./debian/get-orig-source