File: rules

package info (click to toggle)
litl 0.1.9-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,056 kB
  • sloc: sh: 4,241; ansic: 3,322; makefile: 138
file content (19 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

%:
	dh $@  --with autoreconf

CONFIG_OPTS =
ifneq (,$(filter litl-doc,$(shell dh_listpackages)))
CONFIG_OPTS += --with-doc
endif

override_dh_auto_clean-indep:
	dh_auto_clean
	rm -fr doc/html

override_dh_auto_configure:
	dh_auto_configure -- $(CONFIG_OPTS)

override_dh_auto_test:
	-dh_auto_test