From: Michael Stapelberg Date: Sat, 27 Mar 2010 14:43:43 +0000 (+0100) Subject: manpages: extract manpage for i3-wsbar using pod2man(1) X-Git-Tag: 3.e~6^2~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=170bb7857f9be291e9ace3e94ad3c2e730733b1c;p=i3%2Fi3 manpages: extract manpage for i3-wsbar using pod2man(1) --- diff --git a/man/Makefile b/man/Makefile index 151b9abc..8b82c40d 100644 --- a/man/Makefile +++ b/man/Makefile @@ -2,6 +2,8 @@ all: a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3.man a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3-msg.man a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3-input.man + pod2man ../i3-wsbar > i3-wsbar.1 + clean: for file in "i3 i3-msg i3-input"; \ do \