]> git.sur5r.net Git - i3/i3/blob - man/Makefile
Merge branch 'fix-fullscreen-enternotify'
[i3/i3] / man / Makefile
1 A2M:=a2x -f manpage --asciidoc-opts="-f asciidoc.conf"
2
3 all: i3.1 i3-msg.1 i3-input.1 i3-nagbar.1 i3-wsbar.1 i3-config-wizard.1 i3-migrate-config-to-v4.1 i3-sensible-editor.1 i3-sensible-pager.1 i3-sensible-terminal.1
4
5 %.1: %.man asciidoc.conf
6         ${A2M} $<
7
8 i3-wsbar.1: ../i3-wsbar
9         pod2man $^ > $@
10
11 clean:
12         for file in $$(echo i3 i3-msg i3-input i3-nagbar i3-wsbar i3-config-wizard i3-migrate-config-to-v4 i3-sensible-editor i3-sensible-pager i3-sensible-terminal); \
13         do \
14                 rm -f $${file}.1 $${file}.html $${file}.xml; \
15         done
16
17 distclean: clean
18         rm -f *.1