diff options
| author | Jon Miller <jonmiller@apple.com> | 2020-02-08 15:49:18 -0500 |
|---|---|---|
| committer | Eivind Fonn <evfonn@gmail.com> | 2020-02-22 10:59:04 +0100 |
| commit | eff9194949c28c68e3742969ce0ceb4d0c2564dc (patch) | |
| tree | b3beabe5a1e95f9e53a19042b073f03cebd582c8 /Makefile | |
| parent | ee444722cf1243cf5e0a307300d8e3890444d5c4 (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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 *~ |
