groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff/contrib/pdfmark .cvsignore ChangeLog Make...


From: Keith Marshall
Subject: [Groff-commit] groff/contrib/pdfmark .cvsignore ChangeLog Make...
Date: Tue, 14 Dec 2010 22:09:28 +0000

CVSROOT:        /sources/groff
Module name:    groff
Changes by:     Keith Marshall <keithmarshall>  10/12/14 22:09:28

Modified files:
        contrib/pdfmark: .cvsignore ChangeLog Makefile.sub 

Log message:
        Clean up handling of temporary files directory.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/pdfmark/.cvsignore?cvsroot=groff&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/pdfmark/ChangeLog?cvsroot=groff&r1=1.27&r2=1.28
http://cvs.savannah.gnu.org/viewcvs/groff/contrib/pdfmark/Makefile.sub?cvsroot=groff&r1=1.12&r2=1.13

Patches:
Index: .cvsignore
===================================================================
RCS file: /sources/groff/groff/contrib/pdfmark/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- .cvsignore  3 Jan 2009 19:51:27 -0000       1.1
+++ .cvsignore  14 Dec 2010 22:09:28 -0000      1.2
@@ -1,5 +1,6 @@
-pdfroff.n
 pdfroff
+pdfroff-*
+pdfroff.n
 pdfmark.pdf
 gnu.eps
 pdf?????.tmp

Index: ChangeLog
===================================================================
RCS file: /sources/groff/groff/contrib/pdfmark/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- ChangeLog   2 Dec 2010 17:14:16 -0000       1.27
+++ ChangeLog   14 Dec 2010 22:09:28 -0000      1.28
@@ -1,3 +1,10 @@
+2010-12-14  Keith Marshall  <address@hidden>
+
+       Clean up handling of temporary files directory.
+
+       * .cvsignore (pdfroff-*): Ignore sub-directories matching this.
+       * Makefile.sub (MOSTLCLEANDIRADD): Schedule them for removal.
+
 2010-12-02  Keith Marshall  <address@hidden>
 
        Address potential temporary file security vulnerabilities.

Index: Makefile.sub
===================================================================
RCS file: /sources/groff/groff/contrib/pdfmark/Makefile.sub,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- Makefile.sub        8 Jan 2009 08:28:26 -0000       1.12
+++ Makefile.sub        14 Dec 2010 22:09:28 -0000      1.13
@@ -29,6 +29,9 @@
 PDFDOCFILES=\
   pdfmark.pdf
 
+MOSTLYCLEANDIRADD=\
+  pdfroff-*
+
 MOSTLYCLEANADD=\
   gnu.eps \
   $(PDFDOCFILES) \



reply via email to

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