diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2015-07-16 11:53:50 +0100 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2015-07-16 11:53:50 +0100 |
commit | 782d2c2b79c76d5a52dd61422fa2dc6315f1af66 (patch) | |
tree | adc8efc774a043c8aa831318973396773436dea5 /rules | |
download | debian-782d2c2b79c76d5a52dd61422fa2dc6315f1af66.tar.bz2 |
Initial bits
Diffstat (limited to 'rules')
-rwxr-xr-x | rules | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +%: + dh $@ --buildsystem=lua --with lua + +override_dh_auto_build: + dh_auto_build + ldoc . + +override_dh_auto_clean: + dh_auto_clean + $(RM) -r html |