build: add ellswift.md and musig.md to release tarball

This commit is contained in:
Jonas Nick
2024-11-04 15:58:36 +00:00
parent a306bb7e90
commit df2eceb279

View File

@@ -265,6 +265,7 @@ maintainer-clean-local: clean-testvectors
### Additional files to distribute ### Additional files to distribute
EXTRA_DIST = autogen.sh CHANGELOG.md SECURITY.md EXTRA_DIST = autogen.sh CHANGELOG.md SECURITY.md
EXTRA_DIST += doc/release-process.md doc/safegcd_implementation.md EXTRA_DIST += doc/release-process.md doc/safegcd_implementation.md
EXTRA_DIST += doc/ellswift.md doc/musig.md
EXTRA_DIST += examples/EXAMPLES_COPYING EXTRA_DIST += examples/EXAMPLES_COPYING
EXTRA_DIST += sage/gen_exhaustive_groups.sage EXTRA_DIST += sage/gen_exhaustive_groups.sage
EXTRA_DIST += sage/gen_split_lambda_constants.sage EXTRA_DIST += sage/gen_split_lambda_constants.sage