summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkeithmarshall <keithmarshall>2010-12-14 22:09:28 +0000
committerkeithmarshall <keithmarshall>2010-12-14 22:09:28 +0000
commit17fcaec31c01209561d6490405b83247f042cbbe (patch)
treee966c69abc9abe6f08c4a2a83aa079f2046bf560
parentb9ed073acc3bfaaf26942034c96c62d9c25a869c (diff)
downloadgroff-17fcaec31c01209561d6490405b83247f042cbbe.tar.gz
Clean up handling of temporary files directory.
-rw-r--r--contrib/pdfmark/.cvsignore3
-rw-r--r--contrib/pdfmark/ChangeLog7
-rw-r--r--contrib/pdfmark/Makefile.sub3
3 files changed, 12 insertions, 1 deletions
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 <keith.d.marshall@ntlworld.com>
+
+ 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 <keith.d.marshall@ntlworld.com>
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) \