Skip to content

Commit

Permalink
🔧 adjust docset generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jan 4, 2022
1 parent a8e86ba commit 4fc7b3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion doc/docset/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ JSON_for_Modern_C++.docset: Info.plist docSet.sql
# remove "JSON for Modern C++" from page titles
find JSON_for_Modern_C++.docset/Contents/Resources/Documents -type f -exec gsed -i 's| - JSON for Modern C++</title>|</title>|' {} +
# clean up
rm JSON_for_Modern_C++.docset/Contents/Resources/Documents/hooks.py
rm JSON_for_Modern_C++.docset/Contents/Resources/Documents/sitemap.*
# generate index
sqlite3 JSON_for_Modern_C++.docset/Contents/Resources/docSet.dsidx < docSet.sql
Expand Down
2 changes: 1 addition & 1 deletion doc/docset/docset.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "JSON for Modern C++",
"version": "3.10.0",
"version": "3.10.5",
"archive": "JSON_for_Modern_C++.tgz",
"author": {
"name": "Niels Lohmann",
Expand Down

0 comments on commit 4fc7b3d

Please sign in to comment.