Skip to content

Commit

Permalink
Merge pull request #234 from henryso/release-4.2
Browse files Browse the repository at this point in the history
Added cleaning of glog and preamble files.
  • Loading branch information
henryso committed May 31, 2016
2 parents afa4d8b + 5e4c243 commit 1e76b8a
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 1e76b8a

Please sign in to comment.