File: Makefile

package info (click to toggle)
kamailio 5.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 68,332 kB
  • sloc: ansic: 744,091; xml: 196,848; cpp: 14,471; makefile: 8,859; sh: 8,814; sql: 7,844; yacc: 3,863; perl: 2,955; python: 2,710; java: 449; javascript: 269; php: 258; ruby: 225; cs: 40; awk: 27
file content (15 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

docs = select_list.xml
docbook_dir = ../../../docbook
# no subsection listed in the main TOC
xsltproc_flags+= --stringparam toc.section.depth 0
xsltproc_flags+= --stringparam section.autolabel 1
xsltproc_flags+= --stringparam section.label.includes.component.label 1

include $(docbook_dir)/Makefile

# updates to the html generated file
.PHONY: html-update
html-update:
	# strip first to lines (xml and doctype constraints)
	sed -i '1,2d' $(basename $(docs)).html