moved phpdoc dir to doc/devel

This commit is contained in:
Roland Gruber 2008-01-27 21:41:36 +00:00
parent 6fc7f4ccf6
commit 8b8a5c8195
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
rm -rf phpdoc
mkdir phpdoc
phpdoc -ue on --output "HTML:Smarty:PHP" -d ./ -t phpdoc -ti "LDAP Account Manager - Documentation" -dc "LDAP Account Manager"
rm -rf docs/devel/phpdoc
mkdir docs/devel/phpdoc
phpdoc -ue on --output "HTML:Smarty:PHP" -d ./ -t docs/devel/phpdoc -ti "LDAP Account Manager - Documentation" -dc "LDAP Account Manager"