From f23d8ad26a2b88e07d93b0034685223b34cc790a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 27 Dec 2013 11:56:48 +0000 Subject: [PATCH] Makefile.am: Add some forgotten files to the distribution archive. --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile.am b/Makefile.am index adecc61e..fb8d6441 100644 --- a/Makefile.am +++ b/Makefile.am @@ -93,9 +93,16 @@ dist-hook:: echo $(VERSION) >$(distdir)/RELEASE ## Additional build tools. +EXTRA_DIST += build-setup EXTRA_DIST += config/auto-version EXTRA_DIST += config/confsubst +## Documentation files. +EXTRA_DIST += README.cipher +EXTRA_DIST += README.hash +EXTRA_DIST += README.mp +EXTRA_DIST += README.random + ###-------------------------------------------------------------------------- ### Debian. -- 2.11.0