From 722aeb6258ece66880bca4892aeb1578d59087c1 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 5 Aug 2019 11:09:08 +0100 Subject: [PATCH] Makefile.am: Distribute the `STYLE' guide. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 13b559f..84f652c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,6 +73,9 @@ EXTRA_DIST += emacs-hacks.el dist-hook: echo $(VERSION) >$(distdir)/RELEASE +## The `STYLE' document. +EXTRA_DIST += STYLE + ## Additional build tools. EXTRA_DIST += config/auto-version EXTRA_DIST += config/confsubst -- 2.11.0