Add A2X_FLAGS

to be able to optionally skip xmllint, which errors on Mac OS X.
This commit is contained in:
Alexis Hildebrandt 2015-06-10 19:02:57 +02:00
parent 0006ec53ef
commit fcabfc889a
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
all: i3status.1
A2X?=a2x
A2X_FLAGS=
i3status.1: asciidoc.conf i3status.man
${A2X} -f manpage --asciidoc-opts="-f asciidoc.conf" i3status.man
${A2X} -f manpage --asciidoc-opts="-f asciidoc.conf" ${A2X_FLAGS} i3status.man
clean:
rm -f i3status.xml i3status.1 i3status.html