summaryrefslogtreecommitdiff
blob: 261a0b405d78ef064d5570c8da7b148244f5f2ab (plain)
1
2
3
4
5
6
7
8
9
10
11
all: xhtml xhtml-nochunks

XMLTO_FLAGS = -m custom.xsl
man pdf txt xhtml xhtml-nochunks:
	xmlto $@ $(XMLTO_FLAGS) portage.docbook

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

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