gbranden pushed a commit to branch master
in repository groff.

commit 483ce2aac7700737c468486c7c09eee1e8922c23
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Jul 2 21:32:43 2026 -0500

    doc/doc.am: Use `GROFF_HTML` macro more.
    
    ...aggressively.
---
 ChangeLog  | 4 ++++
 doc/doc.am | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0f7ae4255..7cc2aba61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2026-07-02  G. Branden Robinson <[email protected]>
+
+       * doc/doc.am: Use `GROFF_HTML` macro more aggressively.
+
 2026-07-02  G. Branden Robinson <[email protected]>
 
        * doc/doc.am (doc/Groff-PDF-Features.pdf): Add `$(DOC_GNU_PNG)`
diff --git a/doc/doc.am b/doc/doc.am
index 7230621ff..a76d5c2a0 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -620,8 +620,8 @@ MAINTAINERCLEANFILES += doc/groff.txt
 # Generate HTML, both split into several files, and as a single file.
 # 'html' and its installation counterpart 'install-html' are standard
 # Automake targets.
-EXTRA_DIST += doc/groff.html doc/groff.html.node
-MAINTAINERCLEANFILES += doc/groff.html doc/groff.html.node
+EXTRA_DIST += $(GROFF_HTML) $(GROFF_HTML).node
+MAINTAINERCLEANFILES += $(GROFF_HTML) $(GROFF_HTML).node
 .texi.html:
        $(AM_V_at)$(MKDIR_P) $(doc_builddir)/
        $(AM_V_GEN)LANG=C \

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to