summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-10 13:03:36 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-11 01:36:41 -0400
commita55986ab1887214c316d2d8ffebe38ae0b30483f (patch)
tree7d2b8014bf072b411b259535520ccbf01da4298e /INSTALL
parentfb52b36bb545194ae25f69968a6374b68cd217bd (diff)
Makefile: Avoid a bug in Emacs 24 sh-script.el indent
It screws up indent in an `if` block (but not the `then` block).
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 5 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index ee64eae..56e7103 100644
--- a/INSTALL
+++ b/INSTALL
@@ -24,8 +24,11 @@ to cause issues.
The "unusual" build-time dependencies are:
- GNU Make -- other `make`s will not work.
- - GNU sed -- must support `-r` for ERE; BSD sed uses `-E` for this purpose.
- - Emacs -- `emacs --batch` is used to use Emacs Lisp to process some text.
+ - GNU sed -- must support `-r` for ERE; BSD sed uses `-E` for this
+ purpose.
+ - Emacs 24.4+ -- `emacs --batch` is used to use Emacs Lisp to process
+ some text. GNU Emacs 24.4 introduced a new `advice-add` system
+ which we depend on.
- ronn -- A markdown-to-manpage converter
At this time, the build system does not support not building the