aboutsummaryrefslogtreecommitdiff
blob: 77842e97625a3771399817c529af0819ee47d3a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
all: man

XMLTO_FLAGS_man = -x custom.xsl
man pdf txt xhtml xhtml-nochunks:
	@echo "If this fails, you probably need to emerge ~app-text/docbook-xml-dtd-4.4"
	xmlto $@ $(XMLTO_FLAGS_$@) pax-utils.docbook

clean distclean:
	rm -f *.1 *.html

.PHONY: all clean distclean \
        man pdf txt xhtml xhtml-nochunks