From: Mark Wooding Date: Thu, 5 Sep 2019 13:09:18 +0000 (+0100) Subject: Makefile.am: Distribute forgotten things. X-Git-Url: https://git.distorted.org.uk/~mdw/mm/commitdiff_plain/a8a6853457c676b506fee1253c60e96e7433a0f3 Makefile.am: Distribute forgotten things. Most importantly, the manual, and the `RELEASE' dropping. --- 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 --------------------------------------------------