aboutsummaryrefslogblamecommitdiff
path: root/devel/pear-PHPDoc/files/patch-phpdoc
blob: ef5566024fc91cce95d30305a760b2719406107e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                      
--- phpdoc	Fri Jul 26 16:49:39 2002
+++ phpdoc	Sun Aug  7 15:37:40 2005
@@ -17,7 +17,7 @@
 // save the generated docs here:
 $dest_apidoc_dir = '@doc_dir@';
 // default template dir:
-$template_dir = '@data_dir@/PHPDoc';
+$template_dir = '@data_dir@';
 $template     = 'default';
 // force the deletion of the target apidocs directory
 $dest_apidoc_delete = false;