From d028eff9e1c8ac43be8eedda7126d83f7f8c08c0 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 12 Dec 2020 17:17:38 +0100 Subject: [PATCH] :package: add license to include.zip #2487 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f506950f0..0b9aa8213 100644 --- a/Makefile +++ b/Makefile @@ -608,7 +608,7 @@ ChangeLog.md: release: rm -fr release_files mkdir release_files - zip -9 --recurse-paths -X include.zip $(SRCS) $(AMALGAMATED_FILE) meson.build + zip -9 --recurse-paths -X include.zip $(SRCS) $(AMALGAMATED_FILE) meson.build LICENSE.MIT gpg --armor --detach-sig include.zip mv include.zip include.zip.asc release_files gpg --armor --detach-sig $(AMALGAMATED_FILE)