summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
blob: c829639ca9c82444f479a8de102d4ca89c7b1a99 (plain)
1
2
3
4
5
6
7
8
9
10
11
all: xhtml xhtml-nochunks

XMLTO_FLAGS_man = -x custom.xsl
man pdf txt xhtml xhtml-nochunks:
	xmlto $@ $(XMLTO_FLAGS_$@) portage.docbook

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

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