diff options
author | bwarken <bwarken> | 2013-02-11 22:31:05 +0000 |
---|---|---|
committer | bwarken <bwarken> | 2013-02-11 22:31:05 +0000 |
commit | 3db7c6d4259c19627c9aae33134a1d661e744164 (patch) | |
tree | 97a3a5c615c4159346824501fab7293c203ad1a2 | |
parent | 36642926b571e62c645312090ff20352ab9bec4d (diff) | |
download | groff-3db7c6d4259c19627c9aae33134a1d661e744164.tar.gz |
Add deletion of unused temporary files.
-rw-r--r-- | contrib/lilypond/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/lilypond/groff_lilypond.pl | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/lilypond/ChangeLog b/contrib/lilypond/ChangeLog index 76f097ea..dac3a5ba 100644 --- a/contrib/lilypond/ChangeLog +++ b/contrib/lilypond/ChangeLog @@ -1,5 +1,9 @@ 2013-02-12 Bernd Warken <groff-bernd.warken-72@web.de> + * groff_lilypond.pl: Add deletion of unused temporary files. + +2013-02-12 Bernd Warken <groff-bernd.warken-72@web.de> + * contrib/lilypond: Version v0.3 for groff_lilypond * groff_lilypond.pl: A new request was added for importing lilypond files: diff --git a/contrib/lilypond/groff_lilypond.pl b/contrib/lilypond/groff_lilypond.pl index c8267d4d..ad075263 100755 --- a/contrib/lilypond/groff_lilypond.pl +++ b/contrib/lilypond/groff_lilypond.pl @@ -205,7 +205,7 @@ foreach (<>) { } } -# unlink glob $file_prefix . "*.[a-df-z]*"; +unlink glob $file_prefix . "*.[a-df-z]*"; sub create_eps() { if ($eps_mode =~ /^pdf2eps$/) { # `--pdf2eps' |