gbranden pushed a commit to branch master
in repository groff.

commit ae19f955f52cc990407d476aad4500bcb69a77b3
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Jul 13 15:10:34 2026 -0500

    doc/doc.am: Use GNU CSS for our Texinfo manual.
    
    * doc/doc.am ($(GROFF_HTML)): Use the official GNU stylesheet for our
      Texinfo manual.
---
 ChangeLog  | 5 +++++
 doc/doc.am | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 35166bcbe..4432422cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2026-07-13  G. Branden Robinson <[email protected]>
+
+       * doc/doc.am ($(GROFF_HTML)): Use the official GNU stylesheet
+       for our Texinfo manual.
+
 2026-07-13  G. Branden Robinson <[email protected]>
 
        * doc/Groff-PDF-Features.ms: Rename this...
diff --git a/doc/doc.am b/doc/doc.am
index f5d93ca21..7d4b36425 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -625,6 +625,7 @@ TEXINPUTS="$(doc_srcdir)$(PATH_SEPARATOR)$$TEXINPUTS"
 $(GROFF_HTML): doc/groff.texi $(DOC_GNU_PNG) $(DOC_LINE_LAYOUT_PNG)
        $(AM_V_GEN)$(MKDIR_P) `dirname $@` \
        && LANG=C LC_ALL=C $(MAKEINFO) --html \
+         --css-ref="https://www.gnu.org/software/gnulib/manual.css"; \
          -I $(doc_builddir) -I $(doc_srcdir) \
          -o $(GROFF_HTML).node $< \
        && if test -f "$(srcdir)/$(DOC_GNU_PNG)"; then \
@@ -635,6 +636,7 @@ $(GROFF_HTML): doc/groff.texi $(DOC_GNU_PNG) 
$(DOC_LINE_LAYOUT_PNG)
            "$(builddir)/$(DOC_LINE_LAYOUT_PNG)" $(GROFF_HTML).node; \
        fi \
        && LANG=C LC_ALL=C $(MAKEINFO) --html \
+         --css-ref="https://www.gnu.org/software/gnulib/manual.css"; \
          -I $(doc_builddir) -I $(doc_srcdir) \
          --no-split -o $@ $<
 

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

Reply via email to