summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-12-26 16:56:33 +0100
committerNiels Möller <nisse@lysator.liu.se>2020-12-26 16:56:33 +0100
commitb56e482d747bf666a626b31cc1b2c48a30a760c5 (patch)
treecda80aca1dee295e6a1906eb3b3f3ebc8cd179da
parent371621cf6bb9629be0a81062375a990810100b9d (diff)
downloadnettle-b56e482d747bf666a626b31cc1b2c48a30a760c5.tar.gz
Distribute the README files in assembly directories.
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 910e3d68..e7ff8949 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2020-12-26 Niels Möller <nisse@lysator.liu.se>
+ * Makefile.in (distdir): Distribute the README files in assembly
+ directories.
+
* configure.ac: Bump package version, to 3.7.
(LIBNETTLE_MINOR): Bump minor number, to 8.1.
(LIBHOGWEED_MINOR): Bump minor number, to 6.1.
diff --git a/Makefile.in b/Makefile.in
index c4df14e1..cfbc45bb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -618,7 +618,7 @@ distdir: $(DISTFILES)
arm arm/neon arm/v6 arm/fat \
powerpc64 powerpc64/p7 powerpc64/p8 powerpc64/fat ; do \
mkdir "$(distdir)/$$d" ; \
- find "$(srcdir)/$$d" -maxdepth 1 '(' -name '*.asm' -o -name '*.m4' ')' \
+ find "$(srcdir)/$$d" -maxdepth 1 '(' -name '*.asm' -o -name '*.m4' -o -name README ')' \
-exec cp '{}' "$(distdir)/$$d" ';' ; \
done
set -e; for d in $(SUBDIRS); do \