groff-commit
[Top][All Lists]
Advanced

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

[groff] 02/05: [pdfroff]: Build without --keep-temporary-files.


From: G. Branden Robinson
Subject: [groff] 02/05: [pdfroff]: Build without --keep-temporary-files.
Date: Fri, 25 Dec 2020 06:31:52 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit c8fd73800299d12be4788fb814660ab551d90f7d
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Dec 25 20:20:21 2020 +1100

    [pdfroff]: Build without --keep-temporary-files.
    
    * contrib/pdfmark/pdfmark.am (PDFROFF): Call pdfroff without
      `--keep-temporary-files` option.  Temporary directories are created
      with mktemp(1) and files with an embedded process identifier, which
      frustrates reproducible builds.
    
    See <https://savannah.gnu.org/bugs/?57218>.
---
 ChangeLog                  | 9 +++++++++
 contrib/pdfmark/pdfmark.am | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index e71e458..332e96e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2020-12-25  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * contrib/pdfmark/pdfmark.am (PDFROFF): Call pdfroff without
+       `--keep-temporary-files` option.  Temporary directories are
+       created with mktemp(1) and files with an embedded process
+       identifier, which frustrates reproducible builds.
+
+       See <https://savannah.gnu.org/bugs/?57218>.
+
 2020-12-21  Dorai Sitaram <ds26gte@yahoo.com>
 
        * tmac/s.tmac (@IP): Handle inter-sentence space correctly in
diff --git a/contrib/pdfmark/pdfmark.am b/contrib/pdfmark/pdfmark.am
index b271c3f..d56dd9b 100644
--- a/contrib/pdfmark/pdfmark.am
+++ b/contrib/pdfmark/pdfmark.am
@@ -59,7 +59,7 @@ PDFROFF=\
   GROFF_COMMAND_PREFIX= \
   GROFF_BIN_DIR="$(GROFF_BIN_DIR)" \
   GROFF_BIN_PATH="$(GROFF_BIN_PATH)" \
-  ./pdfroff --keep-temporary-files \
+  ./pdfroff \
   $(FFLAG) $(TFLAG) $(PDFMARK_TFLAG) $(PDFMARK_PFLAG)
 
 contrib/pdfmark/pdfmark.pdf: contrib/pdfmark/pdfmark.ms



reply via email to

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