From: Alexis Hildebrandt Date: Wed, 10 Jun 2015 17:02:57 +0000 (+0200) Subject: Add A2X_FLAGS X-Git-Tag: 2.10~25^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fcabfc889a80232288b0c78eaa25fca92e98248f;p=i3%2Fi3status Add A2X_FLAGS to be able to optionally skip xmllint, which errors on Mac OS X. --- diff --git a/man/Makefile b/man/Makefile index ffcb80c..1db82a4 100644 --- a/man/Makefile +++ b/man/Makefile @@ -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