File: make.param

package info (click to toggle)
mkgmap 0.0.0%2Bsvn4905-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,032 kB
  • sloc: java: 73,856; xml: 1,695; python: 713; sh: 240; makefile: 149; perl: 31
file content (19 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
ASCIIDOC=asciidoc
A2X=a2x

DEST=../../dist/doc

RES=../resources
XSL=$(RES)/docbook-xsl/fo.xsl
ICONSDIR=$(RES)/common-images/icons

HTML_ATTRS=--conf-file=../resources/asciidoc/local-missing-blockdef.conf -a data-uri \
	-a source-highlighter=pygments

PDF_OPTS=--icons --icons-dir=$(ICONSDIR) \
	-a pubdate="$$(date +'%d %B %Y')" \
	--asciidoc-opts='--conf-file=../resources/asciidoc/local-docbook45.conf'

ifdef PDF_HIGHLIGHT
PDF_OPTS += -a source-highlighter=pygments -a pygments-style=mkgmap 
endif