mirror of
https://github.com/nlohmann/json.git
synced 2026-05-21 13:45:33 +00:00
📝 add docset
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
nlohmann_json.docset: Info.plist docSet.sql
|
||||
$(MAKE) clean
|
||||
mkdir -p nlohmann_json.docset/Contents/Resources/Documents/
|
||||
cp info.plist nlohmann_json.docset/Contents
|
||||
sqlite3 nlohmann_json.docset/Contents/Resources/docSet.dsidx < docSet.sql
|
||||
|
||||
clean:
|
||||
rm -fr nlohmann_json.docset
|
||||
Reference in New Issue
Block a user