File: rules

package info (click to toggle)
cwebx 3.52-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 1,240 kB
  • sloc: ansic: 1,622; pascal: 228; makefile: 124; sh: 7
file content (19 lines) | stat: -rwxr-xr-x 326 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@

override_dh_auto_build:
	touch ctangle.c
	dh_auto_build
	cp man1/cweb.1 man1/cwebx.1

override_dh_installman:
	dh_installman man1/ctanglex.1 man1/cweavex.1 man1/cwebx.1

override_dh_auto_clean:
	dh_auto_clean
	rm -f man1/cwebx.1