File: rules

package info (click to toggle)
lua-markdown 0.32-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 260 kB
  • ctags: 186
  • sloc: makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 269 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=lua --with lua

override_dh_auto_clean:
	rm -f MANUAL
	dh_auto_clean

override_dh_auto_configure:
	lua5.1 -e 'print(string.sub(string.match(io.open("markdown.lua"):read("*a"), "%-%-(%b[])"),5,-4))'> MANUAL
	dh_auto_configure