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

XMLTO_FLAGS_man = -x custom.xsl --skip-validation
man pdf txt xhtml xhtml-nochunks:
	@xmlto $@ $(XMLTO_FLAGS_$@) pax-utils.docbook || echo "If this failed, you probably need to emerge ~app-text/docbook-xml-dtd-4.4 app-text/xmlto dev-tex/xmltex"
	@# scanelf.1 has funky indented lists ... hack it back
	@sed -i 's:^[.]TP 4:.TP 2:' scanelf.1
clean distclean:
	rm -f *.1 *.html

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