Skip to content
Snippets Groups Projects
Commit 0ad86798 authored by AdminXVII's avatar AdminXVII Committed by Michael Aaron Murphy
Browse files

fix: Make sure the builtins folder exists

parent e3f7f063
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,8 @@ endif ...@@ -43,6 +43,8 @@ endif
cargo $(TOOLCHAIN_ARG) build $(ARGS) $(ARGSV) cargo $(TOOLCHAIN_ARG) build $(ARGS) $(ARGSV)
manual: manual:
rm -rf manual/builtins
mkdir manual/builtins
cargo build --features man cargo build --features man
echo -n "# Builtin commands" > manual/src/builtins.md echo -n "# Builtin commands" > manual/src/builtins.md
for man in manual/builtins/*; do \ for man in manual/builtins/*; do \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment