]> git.sur5r.net Git - i3/i3/blobdiff - man/Makefile
add i3-nagbar. tells you about config file errors (for example)
[i3/i3] / man / Makefile
index 151b9abc19487d9587469522e0fbdbec192a5284..cea07ed5ee40b721dc65b29086fb066cc7b4b257 100644 (file)
@@ -2,8 +2,9 @@ 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
+       a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3-nagbar.man
 clean:
-       for file in "i3 i3-msg i3-input"; \
+       for file in "i3 i3-msg i3-input i3-nagbar"; \
        do \
                rm -f $${file}.1 $${file}.html $${file}.xml; \
        done