File: rules

package info (click to toggle)
octave-zeromq 1.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,416 kB
  • sloc: cpp: 2,958; makefile: 219; python: 104; xml: 20; sh: 5
file content (12 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --buildsystem=octave

ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
override_dh_auto_build:
	( cd doc ;			\
	  texi2pdf -q zeromq.texi ; 	\
	  makeinfo zeromq.texi )
endif