From 1dc6b7aab7c25b916b33cad1a019672c49ae3f5c Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Mon, 18 Jun 2007 05:22:12 +0000 Subject: [PATCH] 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 --- internals2/buildsys/index.xml | 13 +++++++++++-- internals2/buildsys/intro.xml | 34 ---------------------------------- 2 files changed, 11 insertions(+), 36 deletions(-) delete mode 100644 internals2/buildsys/intro.xml diff --git a/internals2/buildsys/index.xml b/internals2/buildsys/index.xml index 4107b58442..4a2f047c9e 100644 --- a/internals2/buildsys/index.xml +++ b/internals2/buildsys/index.xml @@ -1,9 +1,18 @@ - + The PHP 5 build system - &internals2.buildsys.intro; + + + 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. + + &internals2.buildsys.environment; &internals2.buildsys.skeleton; &internals2.buildsys.configunix; diff --git a/internals2/buildsys/intro.xml b/internals2/buildsys/intro.xml deleted file mode 100644 index f8bf35408e..0000000000 --- a/internals2/buildsys/intro.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - Introduction - - 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. - - - -