Skip to content

Commit

Permalink
add soruces to wathc in build file
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Aug 22, 2017
1 parent 4bf5643 commit 81a6a13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ pdf := {
//http://www.scala-sbt.org/0.13/docs/Howto-Triggered.html
watchSources ++= ((baseDirectory.value / "compendium") * "*.tex").get
watchSources ++= ((baseDirectory.value / "compendium") * "*.cls").get

watchSources ++= ((baseDirectory.value / "compendium" / "modules") * "*.tex").get
watchSources ++= ((baseDirectory.value / "compendium" / "prechapters") * "*.tex").get
watchSources ++= ((baseDirectory.value / "compendium" / "postchapters") * "*.tex").get
watchSources ++= ((baseDirectory.value / "slides" / "body") * "*.tex").get

lazy val pdfExercises = taskKey[Unit]("Compile exercises.tex")
Expand Down

0 comments on commit 81a6a13

Please sign in to comment.