]> git.r.bdr.sh - rbdr/lyricli/blobdiff - Makefile
Update CHANGELOG & Version
[rbdr/lyricli] / Makefile
index abbfd02e5636abfc19e398293e9e59b4d1df72e7..8c79c08d93411e433843dcdcef6da0a33a64dca4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,18 @@ test: build
 lint:
        cd Sources && swiftlint
 
+document: build
+       sourcekitten doc --spm-module $(source_binary_name) > $(build_path)/$(source_binary_name).json
+       jazzy \
+               -s $(build_path)/$(source_binary_name).json \
+               --readme README.md \
+               --clean \
+               --author Lyricli \
+               --author_url https://github.com/lyricli-app \
+               --github_url https://github.com/lyricli-app/lyricli \
+               --module-version 0.4.0 \
+               --module Lyricli \
+
 clean:
        swift build --clean