Makefile.am: Add some forgotten files to the distribution archive.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 27 Dec 2013 11:56:48 +0000 (11:56 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 27 Dec 2013 11:56:48 +0000 (11:56 +0000)
Makefile.am

index adecc61..fb8d644 100644 (file)
@@ -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.