diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2010-02-14 12:54:38 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2010-02-14 12:54:38 +0100 |
commit | 21dcff25f5f610dfb6bcb3dff96a92cfa8389672 (patch) | |
tree | 2b673df7341cec71466ac8b2a3f8f30058f918f2 /man | |
parent | 3eec92d504444ad4f0c59b42ea961a3dedd9ebc2 (diff) |
makefile: only regenerate i3status.1 when necessary (Patch by Peter Johnson)
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |