gbranden pushed a commit to branch master
in repository groff.
commit 7b1fcdf40321537dcd1ff415f7d2fd9cefa1c75f
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Mar 16 10:47:11 2024 -0500
tmac/pdf.tmac: Fix a derpy syntax error of mine.
* tmac/pdf.tmac (pdf*href): Fix derpy syntax error, introduced by me in
commit cd9fde325f, 4 March. Exposed by a pending change.
---
ChangeLog | 6 ++++++
tmac/pdf.tmac | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 6e8b9389e..3b4b7d8ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-03-16 G. Branden Robinson <[email protected]>
+
+ * tmac/pdf.tmac (pdf*href): Fix derpy syntax error, introduced
+ by me in commit cd9fde325f, 4 March. Exposed by a pending
+ change.
+
2024-03-16 G. Branden Robinson <[email protected]>
[man]: When formatting PDF, attempt lookups of `MR` destinations
diff --git a/tmac/pdf.tmac b/tmac/pdf.tmac
index 044f19281..6b149637e 100644
--- a/tmac/pdf.tmac
+++ b/tmac/pdf.tmac
@@ -740,7 +740,7 @@ am solely responsible for any bugs I may have introduced
into this file.
. \}
. el \{\
. pdf:lookup \\*[pdf:href-D]
-. if !'\\*[pdf:lookup-result]'' .ds PDFHREF.DESC
\\*[\\*pdf:lookup-result]
+. if !'\\*[pdf:lookup-result]'' .ds PDFHREF.DESC \\*[pdf:lookup-result]
. \}
. \}
. \" Apply border and colour specifications to the PDFMARK string
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit