File: rules

package info (click to toggle)
scribus-template 1.2.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,012 kB
  • sloc: sh: 488; xml: 357; makefile: 294
file content (9 lines) | stat: -rwxr-xr-x 165 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

override_dh_auto_clean:
	find . -name Makefile.in | xargs rm -f
	rm -f Makefile aclocal.m4 configure
	dh_auto_clean