File: rules

package info (click to toggle)
felix-gogo-command 0.14.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: java: 3,113; xml: 72; 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-command-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