File: rules

package info (click to toggle)
octave-vrml 1.0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,404 kB
  • sloc: makefile: 37
file content (15 lines) | stat: -rwxr-xr-x 286 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- makefile -*-

export DH_ALWAYS_EXCLUDE = data

%:
	dh $@ --buildsystem=octave

ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
override_dh_auto_build:
	make -C doc
endif

execute_after_dh_installdeb:
	rm -rf debian/octave-vrml/usr/share/octave/packages/vrml-*/doc