File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -400,6 +400,14 @@ is displayed within brackets):
400400 Directory to host documentation other than man pages like README, license
401401 file, etc [``DATAROOTDIR/doc ``]
402402
403+ .. instopt :: --emacsdatadir=DIR
404+
405+ Directory to host Emacs addon files [``DATAROOTDIR/emacs/lisp ``]
406+
407+ .. only :: html
408+
409+ .. versionadded :: 5.6
410+
403411.. instopt :: --etcdir=DIR
404412
405413 Directory for the executable configuration scripts
@@ -571,6 +579,15 @@ instance :instopt:`--disable-set-manpath<--enable-set-manpath>`):
571579
572580 .. versionadded :: 4.0
573581
582+ .. instopt :: --enable-emacs-addons
583+
584+ Install the Emacs addon files in the Emacs addons directory defined with the
585+ :instopt: `--emacsdatadir ` option. (default=yes)
586+
587+ .. only :: html
588+
589+ .. versionadded :: 5.6
590+
574591.. instopt :: --enable-example-modulefiles
575592
576593 Install some modulefiles provided as example in the system modulefiles
Original file line number Diff line number Diff line change @@ -155,6 +155,10 @@ Modules 5.6.0 (not yet released)
155155* Fix ``use.own `` example modulefile to report when creating local modulefiles
156156 directory. (fix issue #576)
157157* Doc: add manual page for :ref: `envml(1) ` command. (fix issue #190)
158+ * Introduce Emacs addon files to highlight the modulefile syntax. Installation
159+ of these files, which is enabled by default, is controlled by the
160+ :instopt: `--enable-emacs-addons ` and :instopt: `--emacsdatadir ` configure
161+ options. (contribution from Laurent Besson)
158162
159163.. _Security policy : https://github.com/envmodules/modules/blob/main/SECURITY.md
160164.. _Modules chat room : https://matrix.to/#/#modules:matrix.org
You can’t perform that action at this time.
0 commit comments