|
From: rtoy <rt...@us...> - 2025-12-05 00:41:54
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Maxima CAS".
The branch, rtoy-highlightjs-example-maxima-blocks-texi-dev has been updated
via df9ef1947c8a711927e713ab1924fd50eaf9e85a (commit)
via 4bd8978dace67cc52ef7bc063a1af6b4bec402f9 (commit)
via c3ccccdfe4155e2dee307791ce50af2525750035 (commit)
via 8fe0ee85530ed3cdebe33153da6428dd3f432182 (commit)
via 6c6d825bdf4fad8235ccc790b5e1e47f41109a75 (commit)
via 015e5cc9072906c6f3133aaeee860ae0bbc3b503 (commit)
via ea4518bc2b5a01fc8c876bde2313cdee425035d6 (commit)
from 72cb52f47d84cfa8a9c890868e7e77f8a9b6c67f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit df9ef1947c8a711927e713ab1924fd50eaf9e85a
Author: Raymond Toy <toy...@gm...>
Date: Thu Dec 4 08:46:08 2025 -0800
Include pygments custom CSS when using pygments style
The default background for the pygments light mode style is different
from the normal examples background. We need to include
pygments.custom.css to make the backgrounds match.
diff --git a/configure.ac b/configure.ac
index 8b8a68af8..51065faf7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -903,6 +903,12 @@ EOF
else
AC_MSG_ERROR([Makeinfo version (${makeinfo_version_string}) too old to use pygments for syntax highlighting. Disable or use highlightjs])
fi
+ CUSTOM_PYGMENTS_CSS="$(cat | tr -s '\n' ' ' <<EOF
+<link rel="stylesheet"
+ type="text/css"
+ href="pygments.custom.css">
+EOF
+)"
fi
if test x${syntax_highlighting} = "xcustom-pygments"; then
if test ${makeinfo_version} -lt 70299; then
commit 4bd8978dace67cc52ef7bc063a1af6b4bec402f9
Merge: 72cb52f47 c3ccccdfe
Author: Raymond Toy <toy...@gm...>
Date: Sat Nov 29 07:20:02 2025 -0800
Merge branch 'master' into rtoy-highlightjs-example-maxima-blocks-texi-dev
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 6 ++++++
src/Makefile.am | 39 ---------------------------------------
tests/Makefile.am | 9 ---------
3 files changed, 6 insertions(+), 48 deletions(-)
hooks/post-receive
--
Maxima CAS
|