cvs: php-gtk-doc /scripts distribute_html.php
[email protected] ("Anant Narayanan")
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <cvsanant1160829237@cvsserver> |
anant Sat Oct 14 12:33:57 2006 UTC
Modified files:
/php-gtk-doc/scripts distribute_html.php
Log:
Add glade, mozembed, sourceview directories to distribution script.
http://cvs.php.net/viewvc.cgi/php-gtk-doc/scripts/distribute_html.php?r1=1.1&r2=1.2&diff_format=u
Index: php-gtk-doc/scripts/distribute_html.php
diff -u php-gtk-doc/scripts/distribute_html.php:1.1 php-gtk-doc/scripts/distribute_html.php:1.2
--- php-gtk-doc/scripts/distribute_html.php:1.1 Sun Mar 26 02:44:13 2006
+++ php-gtk-doc/scripts/distribute_html.php Sat Oct 14 12:33:57 2006
@@ -6,7 +6,7 @@
* subdirs for: atk, gdk, gtk, pango, tutorials
*/
-$prefixes = array('atk','gdk','gtk','pango','tutorials');
+$prefixes = array('atk','gdk', 'glade', 'gtk', 'pango', 'mozembed', 'sourceview', 'tutorials');
if ($GLOBALS['argc'] < 1) {
exit("Purpose: Distribute the HTML files in the XSLT generated manual.\r\n"