From 21dcff25f5f610dfb6bcb3dff96a92cfa8389672 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 14 Feb 2010 12:54:38 +0100 Subject: [PATCH] makefile: only regenerate i3status.1 when necessary (Patch by Peter Johnson) --- man/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2