Skip to content

Commit

Permalink
[minor doc] Regenerate and update literate documentation. Fix small b…
Browse files Browse the repository at this point in the history
…ug in Cakefile
  • Loading branch information
indexzero committed Feb 5, 2011
1 parent 97598c3 commit d7060d4
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Cakefile
Expand Up @@ -19,7 +19,7 @@ task 'install', 'install the `docco` command into /usr/local (or --prefix)', (op

task 'doc', 'rebuild the Docco documentation', ->
exec([
'bin/docco src/docco.coffee'
'bin/docco src'
'sed "s/docco.css/resources\\/docco.css/" < docs/docco.html > index.html'
'rm -r docs'
].join(' && '), (err) ->
Expand Down

0 comments on commit d7060d4

Please sign in to comment.