File: rules

package info (click to toggle)
mochikit 1.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,240 kB
  • ctags: 1,415
  • sloc: xml: 40; makefile: 6
file content (8 lines) | stat: -rwxr-xr-x 190 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
%:
	dh $@
override_dh_auto_build:
	yui-compressor packed/MochiKit/MochiKit.js -o packed/MochiKit/MochiKit.min.js;

override_dh_auto_clean:
	rm -f packed/MochiKit/*.min.js