Move intro into index file; saves an unncessary entity inclusion and normalizes structure.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237967 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gwynne Raskind 2007-06-18 05:22:12 +00:00
parent 69a48a2738
commit 1dc6b7aab7
2 changed files with 11 additions and 36 deletions

View file

@ -1,9 +1,18 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<chapter id="internals2.buildsys">
<title>The PHP 5 build system</title>
&internals2.buildsys.intro;
<para>
With all the functionality and flexibility available in PHP 5, it is no
surprise that it consists of several thousand files and over one million
lines of source code. Equally unsurprising is the necessity of a build
system to manage so much data. This section describes how to set PHP up for
extension development, the layout of an extension within the PHP source
tree, and how to interface your extension with the build system.
</para>
&internals2.buildsys.environment;
&internals2.buildsys.skeleton;
&internals2.buildsys.configunix;

View file

@ -1,34 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- $Revision: 1.1 $ -->
<sect1 id="internals2.buildsys.intro">
<title>Introduction</title>
<para>
With all the functionality and flexibility available in PHP 5, it is no
surprise that it consists of several thousand files and over one million
lines of source code. Equally unsurprising is the necessity of a build
system to manage so much data. This section describes how to set PHP up for
extension development, the layout of an extension within the PHP source
tree, and how to interface your extension with the build system.
</para>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->