|
From: dgildea <dg...@us...> - 2026-05-07 17:25:42
|
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, master has been updated
via a839c242178862f67880683b18ad0725de6fe2d3 (commit)
from 8c3da1b6cdf8091e8e53a4266f0f036620672889 (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 a839c242178862f67880683b18ad0725de6fe2d3
Author: Dan Gildea <dgildea>
Date: Thu May 7 13:24:52 2026 -0400
missing arg in Makefile
Fixes #4728 Building German documentation fails with texinfo-7.3
diff --git a/doc/info/de/Makefile.am b/doc/info/de/Makefile.am
index 3684bb916..41d2dba08 100755
--- a/doc/info/de/Makefile.am
+++ b/doc/info/de/Makefile.am
@@ -1,4 +1,4 @@
-MAKEINFOFLAGS = --enable-encoding -I . -I .. -I ../.. $(srcdir)/..
+MAKEINFOFLAGS = --enable-encoding -I . -I .. -I ../.. -I $(srcdir)/..
TEXINFO_TEX = ../texinfo.tex
lang = de
-----------------------------------------------------------------------
Summary of changes:
doc/info/de/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Maxima CAS
|