Rebranding du jour
[llpp.git] / man / Makefile
blob4da0913c671032e63f2c7d653fbd474c4923827e
1 .PHONY: all
2 all: llpp.1 llppac.1 llpphtml.1
4 %.1: %.xml
5 xmlto man -o . $<
7 %.xml: %.man asciidoc.conf
8 asciidoc -d manpage -b docbook -f asciidoc.conf -o $@ $<
10 .PHONY: clean
11 clean:
12 rm -f llpp.1 llppac.1 llpphtml.1