From 84faa36ec5cedbe3d15bad0f6a289e0aacfece6f Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 31 Jul 2019 15:43:31 -0400 Subject: [PATCH] release: add singleinclude and meson.build to include.zip This serves as a minimal release-only way to embed json into a project. Add meson support to this directly, to make it usable standalone as a meson subproject. Implements #1672 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4fb303fcb..2641e6107 100644 --- a/Makefile +++ b/Makefile @@ -594,7 +594,7 @@ ChangeLog.md: release: rm -fr release_files mkdir release_files - zip -9 --recurse-paths -X include.zip $(SRCS) + zip -9 --recurse-paths -X include.zip $(SRCS) $(AMALGAMATED_FILE) meson.build gpg --armor --detach-sig include.zip mv include.zip include.zip.asc release_files gpg --armor --detach-sig $(AMALGAMATED_FILE)