Bug #273640 - Document that in EAPI 4 econf adds
[portage.git] / doc / Makefile
1 all: xhtml xhtml-nochunks
2
3 XMLTO_FLAGS = -m custom.xsl
4 man pdf txt xhtml xhtml-nochunks:
5         xmlto $@ $(XMLTO_FLAGS) portage.docbook
6
7 clean distclean:
8         rm -f *.1 *.html portage.txt
9
10 .PHONY: all clean distclean \
11         man pdf txt xhtml xhtml-nochunks