Fix task keys to fit sbt 0.13 style (and reality)

This commit is contained in:
Konrad Malawski 2014-04-12 23:51:37 +02:00
parent 2173a037cb
commit 3179a02044

View file

@ -1,4 +1,3 @@
.. highlightlang:: rest
.. _documentation:
@ -76,13 +75,13 @@ Building
For the html version of the docs::
sbt sphinx:generate-html
sbt sphinx:generateHtml
open <project-dir>/akka-docs/target/sphinx/html/index.html
For the pdf version of the docs::
sbt sphinx:generate-pdf
sbt sphinx:generatePdf
open <project-dir>/akka-docs/target/sphinx/latex/AkkaJava.pdf
or