From 642c4aaf6e032e7eb991c0e10a194ccf768e7997 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 23 Jul 2011 21:57:35 +0200 Subject: [PATCH] manpages: extract manpage for i3-wsbar using pod2man(1) --- man/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/Makefile b/man/Makefile index cea07ed5..ce97c53e 100644 --- a/man/Makefile +++ b/man/Makefile @@ -3,6 +3,8 @@ all: a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3-msg.man a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3-input.man a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3-nagbar.man + pod2man ../i3-wsbar > i3-wsbar.1 + clean: for file in "i3 i3-msg i3-input i3-nagbar"; \ do \