From 4a0fd8c7bf04c0d4c1e356489487ff89afc7e2ea Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 21 Jun 2007 07:13:05 +0000 Subject: - start documenting qa notices so antarus stops whining (trunk r5693) - forgot to document strict alias warnings (trunk r5733) - fix programlisting output to match the sections they are in (trunk r5734) svn path=/main/branches/2.1.2/; revision=6910 --- doc/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/Makefile (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 000000000..c829639ca --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,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 -- cgit v1.2.3-1-g7c22