Allow overriding of a2x in the environment; as it may also be installed as a2x.py

This commit is contained in:
Jasper Lievisse Adriaanse 2012-04-28 18:46:24 +02:00 committed by Michael Stapelberg
parent aabac78fd0
commit a6cd207741
1 changed files with 3 additions and 1 deletions

View File

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