diff options
author | wei <> | 2006-09-18 23:38:21 +0000 |
---|---|---|
committer | wei <> | 2006-09-18 23:38:21 +0000 |
commit | 4def5cca8aeb85390c0f82c9445ee228ac40a7f3 (patch) | |
tree | 2e5e33e2c20ffefaedcb3d39a9f57dd8a9172f3c /buildscripts/texbuilder/pages.php | |
parent | 1e5f13b21b33b0d7ce86fe97ca145a3561433a7a (diff) |
Add CommandLine quickstart doc.
Diffstat (limited to 'buildscripts/texbuilder/pages.php')
-rw-r--r-- | buildscripts/texbuilder/pages.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/texbuilder/pages.php b/buildscripts/texbuilder/pages.php index 9b8a97ad..4d285162 100644 --- a/buildscripts/texbuilder/pages.php +++ b/buildscripts/texbuilder/pages.php @@ -9,6 +9,7 @@ $pages['Getting Started'] = array( 'GettingStarted/AboutPrado.page',
'GettingStarted/Installation.page',
'GettingStarted/HelloWorld.page',
+ 'GettingStarted/CommandLine.page',
'GettingStarted/Upgrading.page'
);
|