From 17fcaec31c01209561d6490405b83247f042cbbe Mon Sep 17 00:00:00 2001 From: keithmarshall Date: Tue, 14 Dec 2010 22:09:28 +0000 Subject: Clean up handling of temporary files directory. --- contrib/pdfmark/.cvsignore | 3 ++- contrib/pdfmark/ChangeLog | 7 +++++++ contrib/pdfmark/Makefile.sub | 3 +++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/contrib/pdfmark/.cvsignore b/contrib/pdfmark/.cvsignore index 2655c69a..a78f3c98 100644 --- a/contrib/pdfmark/.cvsignore +++ b/contrib/pdfmark/.cvsignore @@ -1,5 +1,6 @@ -pdfroff.n pdfroff +pdfroff-* +pdfroff.n pdfmark.pdf gnu.eps pdf?????.tmp diff --git a/contrib/pdfmark/ChangeLog b/contrib/pdfmark/ChangeLog index f418e186..298114b9 100644 --- a/contrib/pdfmark/ChangeLog +++ b/contrib/pdfmark/ChangeLog @@ -1,3 +1,10 @@ +2010-12-14 Keith Marshall + + 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 potential temporary file security vulnerabilities. diff --git a/contrib/pdfmark/Makefile.sub b/contrib/pdfmark/Makefile.sub index 0792a69e..9eb27631 100644 --- a/contrib/pdfmark/Makefile.sub +++ b/contrib/pdfmark/Makefile.sub @@ -29,6 +29,9 @@ TMACFILES=\ PDFDOCFILES=\ pdfmark.pdf +MOSTLYCLEANDIRADD=\ + pdfroff-* + MOSTLYCLEANADD=\ gnu.eps \ $(PDFDOCFILES) \ -- cgit v1.2.1