File: rules

package info (click to toggle)
pljs 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,704 kB
  • sloc: ansic: 69,356; javascript: 5,408; sql: 878; makefile: 443; sh: 123
file content (10 lines) | stat: -rwxr-xr-x 195 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --with pgxs_loop

execute_after_dh_clean:
	[ ! -f deps/quickjs/quickjs.h ] || $(MAKE) -C deps/quickjs clean

override_dh_installdocs:
	dh_installdocs --all README.*