Re: [php-gtk-webmaster] cvs: php-gtk-web /include make-manual2-index.php
[email protected] (Andrei Zmievski)
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <[email protected]> |
Christian, The rsync'ing mechanism does not like .dat extension (it does not copy it over to the web server). Can you modify the script to produce something else, like index.search? -Andrei On Apr 13, 2006, at 9:14 PM, Christian Weiske wrote: > cweiske Fri Apr 14 04:14:43 2006 UTC > > Modified files: > /php-gtk-web/include make-manual2-index.php > Log: > Some line for the log > > > http://cvs.php.net/viewcvs.cgi/php-gtk-web/include/make-manual2- > index.php?r1=1.1&r2=1.2&diff_format=u > Index: php-gtk-web/include/make-manual2-index.php > diff -u php-gtk-web/include/make-manual2-index.php:1.1 php-gtk-web/ > include/make-manual2-index.php:1.2 > --- php-gtk-web/include/make-manual2-index.php:1.1 Tue Apr 11 > 09:33:20 2006 > +++ php-gtk-web/include/make-manual2-index.php Fri Apr 14 04:14:43 > 2006 > @@ -7,5 +7,7 @@ > > $strDocDir = dirname(__FILE__) . '/../manual/en/'; > $strIndexFile = dirname(__FILE__) . '/PhpGtkDoc/index.dat'; > + > +echo "Generating manual2 search index\r\n"; > PhpGtkDoc_Search2_Index::createIndex($strDocDir, $strIndexFile); > ?> > \ No newline at end of file > > -- > PHP-GTK Webmaster Mailing List (http://gtk.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php