groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff-commit] groff/contrib/lilypond ChangeLog groff_lilypond.pl


From: Bernd Warken
Subject: [Groff-commit] groff/contrib/lilypond ChangeLog groff_lilypond.pl
Date: Mon, 11 Feb 2013 22:31:06 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Bernd Warken <bwarken>  13/02/11 22:31:06

Modified files:
        contrib/lilypond: ChangeLog groff_lilypond.pl 

Log message:
        Add deletion of unused temporary files.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/lilypond/ChangeLog?cvsroot=groff&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/lilypond/groff_lilypond.pl?cvsroot=groff&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/contrib/lilypond/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- ChangeLog   11 Feb 2013 22:19:52 -0000      1.3
+++ ChangeLog   11 Feb 2013 22:31:05 -0000      1.4
@@ -1,5 +1,9 @@
 2013-02-12  Bernd Warken  <address@hidden>
 
+       * groff_lilypond.pl: Add deletion of unused temporary files.
+
+2013-02-12  Bernd Warken  <address@hidden>
+
        * contrib/lilypond: Version v0.3 for groff_lilypond
        * groff_lilypond.pl: A new request was added for importing
        lilypond files:

Index: groff_lilypond.pl
===================================================================
RCS file: /cvsroot/groff/groff/contrib/lilypond/groff_lilypond.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- groff_lilypond.pl   11 Feb 2013 22:19:52 -0000      1.3
+++ groff_lilypond.pl   11 Feb 2013 22:31:06 -0000      1.4
@@ -205,7 +205,7 @@
     }
 }
 
-# unlink glob $file_prefix . "*.[a-df-z]*";
+unlink glob $file_prefix . "*.[a-df-z]*";
 
 sub create_eps() {
     if ($eps_mode =~ /^pdf2eps$/) { # `--pdf2eps'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]