Add a new "EAPI 2 Draft" section which unifies the content of the EAPI 2_pre*
[portage.git] / doc / Makefile
1 all: xhtml xhtml-nochunks
2
3 XMLTO_FLAGS_man = -x 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