File: rules

package info (click to toggle)
less.php 4.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 616 kB
  • sloc: php: 7,595; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 298 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1


%:
	dh $@ --with phpcomposer

override_dh_auto_build:
	phpab --output autoload.php \
		--template debian/autoload.php.tpl \
		lib/ \
		lessc.inc.php