File: rules

package info (click to toggle)
rtpg 0.2.11-3.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,648 kB
  • sloc: perl: 1,851; javascript: 404; makefile: 71
file content (14 lines) | stat: -rwxr-xr-x 361 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

DEB_DH_INSTALL_ARGS = --exclude=.svn --exclude=po/TEMPLATE.pot

include /usr/share/cdbs/1/rules/debhelper.mk

clean::
	rm -f *.cdbs-config_list

common-binary-post-install-indep::
	find debian/rtpg-www -type f '(' -name '*.js' -o -name '*.css' ')' \
		-exec \
			yui-compressor --preserve-semi \
				--disable-optimizations -o '{}' '{}' ';'