diff options
author | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2015-07-07 23:12:13 -0700 |
---|---|---|
committer | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2015-07-07 23:12:13 -0700 |
commit | 55a23712ade74836be11feb9602f90d360aea44a (patch) | |
tree | 8de541c9dffaaf20f078807ca6489e6cbf211301 /man | |
parent | 326f26c5138526eccc7c57a22c3a1138e1535fcc (diff) | |
parent | 80e7b83d541044c698d6e9e40cc122e0cf287858 (diff) |
Merge pull request #40 from afh/pull/osx
Mac OS X compatibility changes
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |