X-Git-Url: https://git.draconx.ca/gitweb/rarpd-dx.git/blobdiff_plain/74180c354fa89301c5a3dbdf3d15709ab16439f9..0bf68d0c2640d1bd7a50e8438a89164e68d03e0d:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 31d7c11..9ea6308 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,8 +6,6 @@ ACLOCAL_AMFLAGS = -I m4 -AM_CPPFLAGS = -DIPUTILS_VERSION='PACKAGE_STRING,' - EXTRA_DIST = COPYING COPYING.WTFPL2 INSTALL README.md bootstrap XSLTPROC_MAN = $(XSLTPROC) -o $@ --nonet \ @@ -37,7 +35,7 @@ MAINTAINERCLEANFILES = $(dist_man_MANS) EXTRA_DIST += $(dist_man_MANS:.8=.xml) $(srcdir)/doc/custom-man.xsl sbin_PROGRAMS = rarpd -rarpd_SOURCES = src/rarpd.c src/iputils_common.c src/iputils_common.h +rarpd_SOURCES = src/rarpd.c # When running "make dist" in a VPATH build with a read-only srcdir, Automake # will produce a distribution with all files read-only. Moreover, the files @@ -84,3 +82,11 @@ distcheck-hook: echo ' *** be the stub from a git checkout. The "git" and "perl"'; \ echo ' *** programs are required for ChangeLog generation to work.'; \ $(TEST_DISTRIBUTION_OR_ERROR); } >&2 + $(GENERIC_V) : 'CHECK ' NEWS; \ + $(AWK) 'NR == 1 && $$NF != "$(PACKAGE_VERSION):" \ + { print FILENAME ":" NR ":", $$0; exit 1}' \ + $(distdir)/NEWS || { \ + echo 'ERROR: *** First line of NEWS should match the package version'; \ + echo ' *** $(PACKAGE_VERSION), but that does not appear to be the case.'; \ + echo ' *** Remember to update NEWS before preparing a release.'; \ + $(TEST_DISTRIBUTION_OR_ERROR); } >&2