]> git.eshelyaron.com Git - emacs.git/commit
Enable code block evaluation when generating .org manuals
authorKyle Meyer <kyle@kyleam.com>
Wed, 29 May 2024 04:05:46 +0000 (00:05 -0400)
committerEshel Yaron <me@eshelyaron.com>
Fri, 7 Jun 2024 10:44:05 +0000 (12:44 +0200)
commita282a79cc386a29b86a8c9c4b24f23c33a48504a
tree8fa168be927a763ee5a629bd7c25950bdd56e0fe
parent8e96f8cff4d779f74f42e89eecc5330fb77c030e
Enable code block evaluation when generating .org manuals

* doc/misc/Makefile.in ($(1:.org=.texi)): Enable code
block evaluation in Org mode manual and other .org manuals
to produce automatically generated parts.  (Bug#71394)
When testing a scratch sync to the Emacs repo, the build
failed with

 make[3]: Leaving directory '/home/kyle/src/savannah/emacs--master/lisp'
 Evaluate this emacs-lisp code block on your system? (yes or no)
 Error: end-of-file ("Error reading from stdin")
   yes-or-no-p("Evaluate this emacs-lisp code block on your system? ")

That's expected given 715148131 (org-manual: Automatically
generate export option list, 2023-07-31) and the default
org-confirm-babel-evaluate value.

(cherry picked from commit c86995d07e98e6f1a48f8df791aa4164316159d9)
doc/misc/Makefile.in