📝 add docset

This commit is contained in:
Niels Lohmann
2020-08-13 10:52:20 +02:00
parent 8d0aa09ab5
commit 178125ff9b
12 changed files with 167 additions and 3 deletions
+8
View File
@@ -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