aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJon Miller <jonmiller@apple.com>2020-02-08 15:49:18 -0500
committerEivind Fonn <evfonn@gmail.com>2020-02-22 10:59:04 +0100
commiteff9194949c28c68e3742969ce0ceb4d0c2564dc (patch)
treeb3beabe5a1e95f9e53a19042b073f03cebd582c8 /Makefile
parentee444722cf1243cf5e0a307300d8e3890444d5c4 (diff)
Makefile: add 'info' target
Useful to have a specific info target when some Emacs package installers expect this target (such as el-get).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9551885..c8d3958 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,9 @@ docstrings:
doc: docstrings
@$(MAKE) -C doc texinfo
+info: doc
+ @$(MAKE) -C doc info
+
# Delete byte-compiled files etc.
clean:
rm -f *~