Makefile.am: Distribute forgotten things.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 5 Sep 2019 13:09:18 +0000 (14:09 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 5 Sep 2019 13:09:18 +0000 (14:09 +0100)
Most importantly, the manual, and the `RELEASE' dropping.

Makefile.am

index fdc761b..a375fd2 100644 (file)
 ### 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 --------------------------------------------------