]> git.sur5r.net Git - i3/i3/commitdiff
manpages: extract manpage for i3-wsbar using pod2man(1)
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 23 Jul 2011 19:57:35 +0000 (21:57 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 23 Jul 2011 19:57:35 +0000 (21:57 +0200)
man/Makefile

index cea07ed5ee40b721dc65b29086fb066cc7b4b257..ce97c53e7039f2eea7b38d7a654bc7f1d7f5b8ab 100644 (file)
@@ -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 \