Skip to content

Commit

Permalink
Added cleaning of glog and preamble files.
Browse files Browse the repository at this point in the history
Addresses part of gregorio-project#225.
  • Loading branch information
henryso committed May 31, 2016
1 parent 4a8713b commit 5e4c243
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion harness.sh
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,8 @@ function gabc_output_clean {
filebase="${filename%.gabc}"

clean_typeset_result "$filename" gabc
$RM -f "$filebase"-*.gtex "$filebase.tex"
$RM -f "$filebase"-*.gtex "$filebase"-*.glog "$filebase-preamble.tex" \
"$filebase.tex"
}
function gabc_output_accept {
accept_typeset_result "$1" gabc
Expand Down

0 comments on commit 5e4c243

Please sign in to comment.