2010-03-27 16:05:26 +01:00
|
|
|
A2M:=a2x -f manpage --asciidoc-opts="-f asciidoc.conf"
|
|
|
|
|
|
|
|
all: i3.1 i3-msg.1 i3-input.1 i3-wsbar.1
|
|
|
|
|
|
|
|
%.1: %.man asciidoc.conf
|
|
|
|
${A2M} $<
|
|
|
|
|
|
|
|
i3-wsbar.1: ../i3-wsbar
|
|
|
|
pod2man $^ > $@
|
2010-03-27 15:43:43 +01:00
|
|
|
|
2009-03-15 23:15:16 +01:00
|
|
|
clean:
|
2009-11-10 14:37:51 +01:00
|
|
|
for file in "i3 i3-msg i3-input"; \
|
|
|
|
do \
|
|
|
|
rm -f $${file}.1 $${file}.html $${file}.xml; \
|
|
|
|
done
|
2010-03-27 16:05:26 +01:00
|
|
|
|
|
|
|
distclean: clean
|
|
|
|
rm -f *.1
|