cweiske Fri Apr 22 13:41:00 2005 EDT
Modified files:
/php-gtk-doc/stylesheets VERSION
/php-gtk-doc distribute_html.php
Log:
VERSION was missing, distribute_html had an error
http://cvs.php.net/diff.php/php-gtk-doc/stylesheets/VERSION?r1=1.2&r2=1.3&ty=u
Index: php-gtk-doc/stylesheets/VERSION
diff -u /dev/null php-gtk-doc/stylesheets/VERSION:1.3
--- /dev/null Fri Apr 22 13:41:00 2005
+++ php-gtk-doc/stylesheets/VERSION Fri Apr 22 13:41:00 2005
@@ -0,0 +1,6 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version='1.0'>
+<xsl:variable name="VERSION">1.39</xsl:variable>
+</xsl:stylesheet>
+
http://cvs.php.net/diff.php/php-gtk-doc/distribute_html.php?r1=1.1&r2=1.2&ty=u
Index: php-gtk-doc/distribute_html.php
diff -u php-gtk-doc/distribute_html.php:1.1 php-gtk-doc/distribute_html.php:1.2
--- php-gtk-doc/distribute_html.php:1.1 Mon Apr 11 17:04:07 2005
+++ php-gtk-doc/distribute_html.php Fri Apr 22 13:41:00 2005
@@ -13,7 +13,7 @@
}
$lang = $GLOBALS['argv'][1];
-chdir(dirname(__FILE) . '/build/' . $lang . '/html');
+chdir(dirname(__FILE__) . '/build/' . $lang . '/html');
//create directories
foreach ($prefixes as $prefix) {
--
PHP-GTK Documentation Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|