File: rules

package info (click to toggle)
flot 0.6%2Bdebian-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 504 kB
  • ctags: 147
  • sloc: makefile: 14
file content (11 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	for file in `ls *.js`; do \
		`yui-compressor $$file -o $${file%.js}.min.js`; \
	done

override_dh_auto_clean:
	rm -f *.min.js