rake task to compile report

This commit is contained in:
Jörg Thalheim 2014-01-27 11:14:14 +01:00
parent db701f3a5b
commit b3a4ae63f2
2 changed files with 7 additions and 1 deletions

View File

@ -7,3 +7,10 @@ task :test do
end
sh "rspec spec"
end
task :report do
Dir.chdir("report") do
sh "latexmk -pdf -pvc report.tex"
end
end

View File

@ -26,5 +26,4 @@
\title{LCTP Abschlussaufgabe Chef \\ Wintersemester 2013 / 2014}
\begin{document}
\end{document}