mirror of
https://github.com/nlohmann/json
synced 2024-11-22 12:00:05 +00:00
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
This commit is contained in:
parent
0245ae5157
commit
84faa36ec5
2
Makefile
2
Makefile
@ -594,7 +594,7 @@ ChangeLog.md:
|
|||||||
release:
|
release:
|
||||||
rm -fr release_files
|
rm -fr release_files
|
||||||
mkdir 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
|
gpg --armor --detach-sig include.zip
|
||||||
mv include.zip include.zip.asc release_files
|
mv include.zip include.zip.asc release_files
|
||||||
gpg --armor --detach-sig $(AMALGAMATED_FILE)
|
gpg --armor --detach-sig $(AMALGAMATED_FILE)
|
||||||
|
Loading…
Reference in New Issue
Block a user