X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=man%2FMakefile;h=cea07ed5ee40b721dc65b29086fb066cc7b4b257;hb=c55abca11555d735bf15b14d4f7eaeb61ee6c034;hp=151b9abc19487d9587469522e0fbdbec192a5284;hpb=b63a559c2801c0b9f7f23b917ab351541eb67a2f;p=i3%2Fi3 diff --git a/man/Makefile b/man/Makefile index 151b9abc..cea07ed5 100644 --- a/man/Makefile +++ b/man/Makefile @@ -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