fix the revcheck problem reported by Moosh: non-phpdoc diffs broken

This commit is contained in:
Nuno Lopes
2005-05-21 08:58:19 +00:00
parent 0b57089889
commit 647b74fcb2
2 changed files with 9 additions and 8 deletions

View File

@ -26,13 +26,14 @@ $Id$
// Map of supported documentation types to CVS module names
$PROJECTS = array(
'www' => array('Documentation', ''),
'php' => array('PHP Documentation', 'phpdoc-all'),
'smarty' => array('Smarty', 'smarty/docs'),
'pear' => array('PEAR Documentation', 'peardoc'),
'gtk' => array('PHP-GTK Documentation', 'php-gtk-docs'),
'livedocs' => array('Livedocs', ''),
'pecl' => array('PECL Documentation', ''),
// project => (Name, local folder, cvs module)
'www' => array('Documentation', '', ''),
'php' => array('PHP Documentation', 'phpdoc-all', 'phpdoc/en'),
'smarty' => array('Smarty', 'smarty/docs', 'smarty/docs/en'),
'pear' => array('PEAR Documentation', 'peardoc', 'peardoc/en'),
'gtk' => array('PHP-GTK Documentation', 'php-gtk-doc', 'php-gtk-doc/manual/en'),
'livedocs' => array('Livedocs', '', ''),
'pecl' => array('PECL Documentation', '', ''),
);
// Supported languages