gbranden pushed a commit to branch master
in repository groff.
commit 07ae5e16add548a5a481c9c9c2bbf139d4160fbe
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Mar 4 16:27:17 2024 -0600
[pdf]: Fix (harmless?) `ie`/`if` thinko.
* tmac/pdf.tmac (pdf*href): Fix (harmless?) `ie`/`if` thinko.
Also bump file's copyright date, reflecting this year's changes.
---
ChangeLog | 4 ++++
tmac/pdf.tmac | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f69ff3dc8..d7722bb4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-03-04 G. Branden Robinson <[email protected]>
+
+ * tmac/pdf.tmac (pdf*href): Fix (harmless?) `ie`/`if` thinko.
+
2024-03-04 G. Branden Robinson <[email protected]>
[pdf]: Implement linear bookmark tag search.
diff --git a/tmac/pdf.tmac b/tmac/pdf.tmac
index 3824e7c6d..05d9f1b77 100644
--- a/tmac/pdf.tmac
+++ b/tmac/pdf.tmac
@@ -2,7 +2,7 @@
pdf.tmac
- Copyright (C) 2011-2020 Free Software Foundation, Inc.
+ Copyright (C) 2011-2024 Free Software Foundation, Inc.
Written by Deri James <[email protected]>
This file is part of groff.
@@ -740,7 +740,7 @@ am solely responsible for any bugs I may have introduced
into this file.
. \}
. el \{\
. pdf:lookup \\*[pdf:href-D]
-. ie !'\\*[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