chiark / gitweb /
math/mp-gcd.c: Avoid clobbering constants during the sign fixup.
[catacomb] / Makefile.am
index adecc61e1ee81794781f0a04a5a0a27949cdcd98..fb8d6441b60fc015c251fb072d81c86802c555fe 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.