File: rules

package info (click to toggle)
lcm 1.3.1%2Brepack1-2.3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,788 kB
  • sloc: ansic: 16,184; java: 6,843; cs: 2,266; cpp: 1,594; python: 989; makefile: 348; xml: 252; sh: 59
file content (18 lines) | stat: -rwxr-xr-x 348 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

override_dh_auto_build:
	dh_auto_build

override_dh_auto_install:
	dh_auto_install
	find debian/tmp -name '*.la' -delete

# I build the docs after the 'make install' because the python docs require an installed lcm
	cd docs; ./build-docs.sh

override_dh_auto_clean:
	dh_auto_clean
	rm -rf docs/html