From: Michael Stapelberg Date: Sun, 14 Feb 2010 11:54:38 +0000 (+0100) Subject: makefile: only regenerate i3status.1 when necessary (Patch by Peter Johnson) X-Git-Tag: 2.1~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=21dcff25f5f610dfb6bcb3dff96a92cfa8389672;p=i3%2Fi3status makefile: only regenerate i3status.1 when necessary (Patch by Peter Johnson) --- diff --git a/man/Makefile b/man/Makefile index 7b00eab..4e06a1e 100644 --- a/man/Makefile +++ b/man/Makefile @@ -1,4 +1,6 @@ -all: +all: i3status.1 + +i3status.1: asciidoc.conf i3status.man a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3status.man clean: rm -f i3status.xml i3status.1 i3status.html