File: rules

package info (click to toggle)
octave-vrml 1.0.13-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,380 kB
  • sloc: makefile: 52
file content (12 lines) | stat: -rwxr-xr-x 192 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/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