summaryrefslogtreecommitdiff
path: root/buildscripts/texbuilder/build.php
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/texbuilder/build.php')
-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(