File: rules

package info (click to toggle)
claws-mail-themes 20140629%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 17,044 kB
  • sloc: makefile: 3,776; sh: 75
file content (15 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	chmod +x debian/create-docs
	./debian/create-docs debian/docs.in > debian/docs
	./autogen.sh
	dh_auto_configure

override_dh_clean:
	chmod +x debian/create-docs
	./debian/create-docs --clean debian/docs.in
	dh_clean