|
From: dgildea <dg...@us...> - 2026-05-08 00:51:35
|
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 f8b5c339e85d807b70599abfd7e3e6ca98e8843f (commit)
from 06f26693d2a59da6bae8c4c701c9532ec1884360 (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 f8b5c339e85d807b70599abfd7e3e6ca98e8843f
Author: Dan Gildea <dgildea>
Date: Thu May 7 20:50:19 2026 -0400
Missing -I in makefile, see #4728
also, typo in comment
diff --git a/doc/info/pt/Makefile.am b/doc/info/pt/Makefile.am
index d95bf02ed..ff2a0ba73 100755
--- a/doc/info/pt/Makefile.am
+++ b/doc/info/pt/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
diff --git a/share/contrib/boolsimp/boolsimp.lisp b/share/contrib/boolsimp/boolsimp.lisp
index 957e7e457..fbcc68ef9 100644
--- a/share/contrib/boolsimp/boolsimp.lisp
+++ b/share/contrib/boolsimp/boolsimp.lisp
@@ -43,7 +43,7 @@
;; below, a clause in the original mcond is translated into
;; two (body, condition) pairs in nl: one to execute if the
;; original condition is true, and one to add a clause
- ;; to the unevaluated mcond if the condition if unknown
+ ;; to the unevaluated mcond if the condition is unknown
(if (eq pred-mode '$boolean)
;; pred-tr is either T or NIL
(setq nl (list* `(setq unevaluated-mcond (append unevaluated-mcond (list ,pred-tr (mcond-eval-symbols-tr ',(cadr l)))))
-----------------------------------------------------------------------
Summary of changes:
doc/info/pt/Makefile.am | 2 +-
share/contrib/boolsimp/boolsimp.lisp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Maxima CAS
|