File: rules

package info (click to toggle)
octave-dicom 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,524 kB
  • sloc: sh: 3,219; cpp: 2,442; python: 380; makefile: 180; xml: 21
file content (16 lines) | stat: -rwxr-xr-x 356 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --buildsystem=octave

sharedir = debian/octave-dicom/usr/share

execute_after_dh_installdeb:
	mv $(sharedir)/octave/packages/dicom-*/imdata/README.md	\
	   $(sharedir)/doc/octave-dicom/README-imdata.md

ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
override_dh_auto_build:
	make -k docs doc/dicom.info
endif