summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorxue <>2006-04-16 03:42:50 +0000
committerxue <>2006-04-16 03:42:50 +0000
commit4f15d896ab3af600d28a6e75b0240d49d8e023f1 (patch)
treee68fe9c16f4ed5bb88014e0ac96a0f3f80722174 /buildscripts
parent2d8bce4d650b1c6d7144e65dbb68088515cf989c (diff)
Rewrote Hello World tutorial.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/texbuilder/build.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/buildscripts/texbuilder/build.php b/buildscripts/texbuilder/build.php
index 7395406c..4988bccd 100644
--- a/buildscripts/texbuilder/build.php
+++ b/buildscripts/texbuilder/build.php
@@ -14,7 +14,10 @@ $base = realpath(dirname(__FILE__).'/../../demos/quickstart/protected/pages/');
$pages['Getting Started'] = array(
'GettingStarted/Introduction.page',
'GettingStarted/AboutPrado.page',
- 'GettingStarted/Installation.page');
+ 'GettingStarted/Installation.page',
+ 'GettingStarted/HelloWorld.page',
+ 'GettingStarted/Upgrading.page'
+ );
$pages['Fundamentals'] = array(
'Fundamentals/Architecture.page',
@@ -24,7 +27,6 @@ $pages['Fundamentals'] = array(
'Fundamentals/Modules.page',
'Fundamentals/Services.page',
'Fundamentals/Applications.page',
- 'Fundamentals/HelloWorld.page',
'Fundamentals/Hangman.page');
$pages['Configurations'] = array(