Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bmc/sbt-lwm
Browse files Browse the repository at this point in the history
  • Loading branch information
bmc committed Mar 12, 2012
2 parents 48eeaf6 + 80f6839 commit 2ae06e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/org/clapper/sbt/lwm/LWMPlugin.scala
Expand Up @@ -73,7 +73,7 @@ object LWM extends Plugin {
// targetDirectory is the directory where HTML files are to be
// written.
val targetDirectory = SettingKey[File](
"target-directory", "Where to copy edited files"
"target-directory", "Where to copy generated HTML"
)

// Optional CSS file to include with the translated documents.
Expand Down

0 comments on commit 2ae06e4

Please sign in to comment.