nightmorph 09/02/28 01:34:21 Modified: xml-guide.xml Log: econf doesn't need explicit die, bug 253629
Revision Changes Path 1.69 xml/htdocs/doc/en/xml-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xml-guide.xml?rev=1.69&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xml-guide.xml?rev=1.69&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xml-guide.xml?r1=1.68&r2=1.69 Index: xml-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- xml-guide.xml 9 Mar 2008 13:13:15 -0000 1.68 +++ xml-guide.xml 28 Feb 2009 01:34:20 -0000 1.69 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.68 2008/03/09 13:13:15 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.69 2009/02/28 01:34:20 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide> @@ -20,6 +20,9 @@ <author title="Editor"> <mail link="[email protected]">Sven Vermeulen</mail> </author> +<author title="Editor"> + <mail link="nightmorph"/> +</author> <abstract> This guide shows you how to compose web documentation using the new lightweight @@ -32,8 +35,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>9</version> -<date>2008-03-09</date> +<version>10</version> +<date>2009-02-27</date> <chapter> <title>GuideXML basics</title> @@ -447,7 +450,7 @@ </p> <pre caption="My first ebuild"> -<comment># Copyright 1999-2006 <b>Gentoo Foundation</b> +<comment># Copyright 1999-2009 <b>Gentoo Foundation</b> # Distributed under the terms of the GNU General Public License v2 # $Header: $</comment> @@ -461,7 +464,7 @@ <ident>IUSE</ident>=<const>""</const> <stmt>src_compile()</stmt> { - <keyword>econf</keyword> --with-posix-regex || <keyword>die</keyword> <const>"econf failed"</const> + <keyword>econf</keyword> --with-posix-regex <keyword>emake</keyword> || <keyword>die</keyword> <const>"emake failed"</const> }
