From: Mark Wooding Date: Mon, 5 Aug 2019 09:55:55 +0000 (+0100) Subject: Makefile.am: Ship `emacs-hacks.el' on the offchance. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/e7de01bc8370277b57c6afaf51900d7c823fcf97 Makefile.am: Ship `emacs-hacks.el' on the offchance. It's tiny and harmless. --- diff --git a/Makefile.am b/Makefile.am index f2000ea..c4fdc05 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,6 +54,12 @@ SUBDIRS += doc SUBDIRS += test ###-------------------------------------------------------------------------- +### Additional random things useful during development. + +## Emacs hacking for indentation. +EXTRA_DIST += emacs-hacks.el + +###-------------------------------------------------------------------------- ### Distribution. ## Release number.