svn: /gtk/php-gtk-doc/trunk/livedocs/ live.php

[email protected] (Mark Skilbeck) Sun, 17 Oct 2010 19:07:46 +0000
Newsgroups php.gtk.doc
Message-ID <[email protected]>
--f82fad3a46299814f5881c03769e2f288eaf8436
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

markskilbeck                             Sun, 17 Oct 2010 19:07:46 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=304454

Log:
Regenerating IDs via for livedocs

Changed paths:
    U   gtk/php-gtk-doc/trunk/livedocs/live.php

Modified: gtk/php-gtk-doc/trunk/livedocs/live.php
===================================================================
--- gtk/php-gtk-doc/trunk/livedocs/live.php	2010-10-17 13:33:20 UTC (rev 304453)
+++ gtk/php-gtk-doc/trunk/livedocs/live.php	2010-10-17 19:07:46 UTC (rev 304454)
@@ -54,7 +54,7 @@
 /*		$hdl = popen('./gen_manual.sh en test ' . $id . ' 2>&1', 'r');
 		var_dump(fread($hdl, 2048));
 		pclose($hdl);*/
-		$strCommand = '../scripts/gen_manual.sh en test ' . $id . ' 2>&1';
+		$strCommand = '../configure && ../scripts/gen_manual.sh en test ' . $id . ' 2>&1';
 		$retval = shell_exec($strCommand);
 		if (isset($_GET['debug'])) {
             echo 'Executing ' . $strCommand . "<br/>\r\n";

--f82fad3a46299814f5881c03769e2f288eaf8436--