File: rules

package info (click to toggle)
felix-gogo-runtime 0.16.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 484 kB
  • sloc: java: 4,933; xml: 73; sh: 11; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

PKG=libfelix-gogo-runtime-java
DOCDIR=$(CURDIR)/debian/$(PKG)-doc/usr/share/doc/$(PKG)

JAVA_HOME := /usr/lib/jvm/default-java

%:
	dh $@

override_dh_installdocs:
	dh_installdocs
	rm -rf $(DOCDIR)/api/apidocs # no idea why doc is duplicated