From e7de01bc8370277b57c6afaf51900d7c823fcf97 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 5 Aug 2019 10:55:55 +0100 Subject: [PATCH] Makefile.am: Ship `emacs-hacks.el' on the offchance. It's tiny and harmless. --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.11.0