File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ stage3-debug/bin/zig build test docs \
6767 --zig-lib-dir " $( pwd) /../lib"
6868
6969# Look for HTML errors.
70- tidy --drop-empty-elements no -qe ../zig-cache/ langref.html
70+ tidy --drop-empty-elements no -qe " $ZIG_LOCAL_CACHE_DIR / langref.html"
7171
7272# Produce the experimental std lib documentation.
7373stage3-debug/bin/zig test ../lib/std/std.zig -femit-docs -fno-emit-bin --zig-lib-dir ../lib
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ stage3-release/bin/zig build test docs \
6767 --zig-lib-dir " $( pwd) /../lib"
6868
6969# Look for HTML errors.
70- tidy --drop-empty-elements no -qe ../zig-cache/ langref.html
70+ tidy --drop-empty-elements no -qe " $ZIG_LOCAL_CACHE_DIR / langref.html"
7171
7272# Produce the experimental std lib documentation.
7373stage3-release/bin/zig test ../lib/std/std.zig -femit-docs -fno-emit-bin --zig-lib-dir ../lib
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ stage3-debug/bin/zig build test docs \
6666 --zig-lib-dir " $( pwd) /../lib"
6767
6868# Look for HTML errors.
69- tidy --drop-empty-elements no -qe ../zig-cache/ langref.html
69+ tidy --drop-empty-elements no -qe " $ZIG_LOCAL_CACHE_DIR / langref.html"
7070
7171# Produce the experimental std lib documentation.
7272stage3-debug/bin/zig test ../lib/std/std.zig -femit-docs -fno-emit-bin --zig-lib-dir ../lib
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ stage3-release/bin/zig build test docs \
6767 --zig-lib-dir " $( pwd) /../lib"
6868
6969# Look for HTML errors.
70- tidy --drop-empty-elements no -qe ../zig-cache/ langref.html
70+ tidy --drop-empty-elements no -qe " $ZIG_LOCAL_CACHE_DIR / langref.html"
7171
7272# Produce the experimental std lib documentation.
7373stage3-release/bin/zig test ../lib/std/std.zig -femit-docs -fno-emit-bin --zig-lib-dir ../lib
You can’t perform that action at this time.
0 commit comments