Skip to content

Commit

Permalink
update doc target
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Lunzenauer committed Mar 19, 2010
1 parent cb2f835 commit b395696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -7,7 +7,7 @@ CLEAN.include('ndoc')

desc 'Create documentation'
file 'doc' => SRC do
sh "phpdoc --sourcecode on -t `pwd`/doc -d `pwd`/lib -ti 'trails documentation' -o 'HTML:frames:earthli'"
sh "phpdoc --sourcecode on -t `pwd`/doc -f `pwd`/lib/trails-unabridged.php -ti 'trails documentation' -o 'HTML:frames:earthli'"
end

desc 'Run all unit tests'
Expand Down

0 comments on commit b395696

Please sign in to comment.