File: rules

package info (click to toggle)
gitano 1.2-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,428 kB
  • sloc: makefile: 282; python: 96; sh: 36
file content (16 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

# Set up the variables the Gitano makefile needs
PREFIX:=/usr
export PREFIX
LUA_VER:=5.1
export LUA_VER

# And Debhelper the world

%:
	dh $@

override_dh_auto_build:
	make
	make -C doc/admin PANDOC_ARGS_CHAPTERS=--top-level-division=chapter