aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 5c86d6d..b3d196b 100644
--- a/Makefile
+++ b/Makefile
@@ -48,15 +48,13 @@ check: fmt
docs:
rm -rf ./docs/api;
# API reference pages
- ldoc -p null-browser -t "Null browser api" \
+ ldoc -p null-browser -t "Null browser api" --style ./docs/assets/ \
--merge --ignore --lls \
- --dir ./docs/api \
- ./lua/null-browser/
+ --dir ./docs/api ./lua/null-browser/
# Symbols json
ldoc --merge --ignore --lls \
./lua/null-browser/ \
- --dir ./docs/api \
- --filter ldoc_json_filter.lua;
+ --dir ./docs/api --filter ldoc_json_filter.lua;
# appimage:
# nix bundle --bundler github:ralismark/nix-appimage