From a8a6853457c676b506fee1253c60e96e7433a0f3 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 5 Sep 2019 14:09:18 +0100 Subject: [PATCH] Makefile.am: Distribute forgotten things. Most importantly, the manual, and the `RELEASE' dropping. --- Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index fdc761b..a375fd2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,17 +24,20 @@ ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. bin_PROGRAMS = -man_MANS = +dist_man_MANS = EXTRA_DIST = LDADD = $(mLib_LIBS) bin_PROGRAMS += mm mm_SOURCES = mm.c -man_MANS += mm.6 +dist_man_MANS += mm.6 EXTRA_DIST += debian/changelog debian/compat EXTRA_DIST += debian/control debian/copyright EXTRA_DIST += debian/rules debian/source/format +dist-hook:: + echo $(VERSION) >$(distdir)/RELEASE + ###----- That's all, folks -------------------------------------------------- -- 2.11.0