gbranden pushed a commit to branch master
in repository groff.
commit c8fd73800299d12be4788fb814660ab551d90f7d
Author: G. Branden Robinson <[email protected]>
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 <[email protected]>
+
+ * 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 <[email protected]>
* 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
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit