From 4ae95cf1e50ab37ccf3ba95a8776573bcf77319a Mon Sep 17 00:00:00 2001
From: xue <>
Date: Fri, 24 Feb 2006 21:01:34 +0000
Subject: Fixed an issue about demo link path.
---
buildscripts/texbuilder/build.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'buildscripts/texbuilder')
diff --git a/buildscripts/texbuilder/build.php b/buildscripts/texbuilder/build.php
index 5149b879..4c9aa5d0 100644
--- a/buildscripts/texbuilder/build.php
+++ b/buildscripts/texbuilder/build.php
@@ -177,7 +177,7 @@ function parse_html($page,$html)
//runbar
$html = preg_replace('//',
- 'Try, \href{http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=$1}{$1}', $html);
+ 'Try, \href{http://www.pradosoft.com/demos/quickstart/index.php?page=$1}{$1}', $html);
//text modifiers
$html = preg_replace('/([^<]*)<\/b>/', '\textbf{$1}', $html);
@@ -257,7 +257,7 @@ foreach($pages as $chapter => $sections)
if($argc <= 1 && $count > 1)
{
- echo "** Use pdftex to compile prado3_quick_start.tex to obtain PDF version of quickstart tutorial. **\n";
+ echo "** Use pdflatex to compile prado3_quick_start.tex to obtain PDF version of quickstart tutorial. **\n";
exit;
}
if($argv[1] == 'pdf')
@@ -266,7 +266,7 @@ if($argv[1] == 'pdf')
{
//build pdfTex
$command=sprintf($pdfTex,$mainTexFile);
- system($command);
+ system($command);
system($command); //run it twice
echo "\n\n** PDF file prado3_quick_start.pdf created **\n\n";
--
cgit v1.2.3