Skip to content

Commit 1581a48

Browse files
committed
fix makefile
1 parent 965b96b commit 1581a48

File tree

2 files changed

+21
-9644
lines changed

2 files changed

+21
-9644
lines changed

makefile

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,27 @@ generate_api:
3434
cd bevy_api_gen && \
3535
cargo run \
3636
-- \
37-
--json "target/doc/bevy_asset.json" \
38-
--json "target/doc/bevy_ecs.json" \
39-
--json "target/doc/bevy_pbr.json" \
40-
--json "target/doc/bevy_render.json" \
41-
--json "target/doc/bevy_math.json" \
42-
--json "target/doc/bevy_transform.json" \
43-
--json "target/doc/bevy_sprite.json" \
44-
--json "target/doc/bevy_ui.json" \
45-
--json "target/doc/bevy_animation.json" \
46-
--json "target/doc/bevy_core.json" \
47-
--json "target/doc/bevy_core_pipeline.json" \
48-
--json "target/doc/bevy_gltf.json" \
49-
--json "target/doc/bevy_hierarchy.json" \
50-
--json "target/doc/bevy_text.json" \
51-
--json "target/doc/bevy_time.json" \
52-
--json "target/doc/bevy_utils.json" \
53-
--json "target/doc/bevy_reflect.json" \
54-
--json "target/doc/bevy.json" \
55-
--json "target/doc/glam.json" \
56-
--config "api_gen_config.toml" ${FLAGS} \
57-
> /src/api/generated.rs
37+
--json "../target/doc/bevy_asset.json" \
38+
--json "../target/doc/bevy_ecs.json" \
39+
--json "../target/doc/bevy_pbr.json" \
40+
--json "../target/doc/bevy_render.json" \
41+
--json "../target/doc/bevy_math.json" \
42+
--json "../target/doc/bevy_transform.json" \
43+
--json "../target/doc/bevy_sprite.json" \
44+
--json "../target/doc/bevy_ui.json" \
45+
--json "../target/doc/bevy_animation.json" \
46+
--json "../target/doc/bevy_core.json" \
47+
--json "../target/doc/bevy_core_pipeline.json" \
48+
--json "../target/doc/bevy_gltf.json" \
49+
--json "../target/doc/bevy_hierarchy.json" \
50+
--json "../target/doc/bevy_text.json" \
51+
--json "../target/doc/bevy_time.json" \
52+
--json "../target/doc/bevy_utils.json" \
53+
--json "../target/doc/bevy_reflect.json" \
54+
--json "../target/doc/bevy.json" \
55+
--json "../target/doc/glam.json" \
56+
--config "../api_gen_config.toml" ${FLAGS} \
57+
> ../src/api/generated.rs
5858

5959
make_json_files:
6060
rustup run nightly cargo rustdoc -p bevy_asset@0.8.0 -- -Zunstable-options --output-format json && \

0 commit comments

Comments
 (0)