diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 |
