summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) \