From: Michael Stapelberg Date: Sat, 23 Jul 2011 19:57:35 +0000 (+0200) Subject: manpages: extract manpage for i3-wsbar using pod2man(1) X-Git-Tag: 4.0~14^2~101 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=642c4aaf6e032e7eb991c0e10a194ccf768e7997;p=i3%2Fi3 manpages: extract manpage for i3-wsbar using pod2man(1) --- 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 \