Update and move docgen
This commit is contained in:
parent
24168a9fd7
commit
58f02984ca
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -43,7 +43,7 @@
|
||||||
[submodule "installer"]
|
[submodule "installer"]
|
||||||
path = installer
|
path = installer
|
||||||
url = https://github.com/redox-os/installer.git
|
url = https://github.com/redox-os/installer.git
|
||||||
[submodule "crates/docgen"]
|
[submodule "docgen"]
|
||||||
path = docgen
|
path = docgen
|
||||||
url = https://github.com/redox-os/docgen.git
|
url = https://github.com/redox-os/docgen.git
|
||||||
[submodule "programs/binutils"]
|
[submodule "programs/binutils"]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
"crates/docgen",
|
"docgen",
|
||||||
"drivers/ahcid",
|
"drivers/ahcid",
|
||||||
"drivers/bgad",
|
"drivers/bgad",
|
||||||
"drivers/e1000d",
|
"drivers/e1000d",
|
||||||
|
|
12
mk/doc.mk
12
mk/doc.mk
|
@ -5,9 +5,9 @@ doc: $(KBUILD)/libkernel.a $(BUILD)/libstd.rlib FORCE
|
||||||
ref: FORCE
|
ref: FORCE
|
||||||
rm -rf filesystem/ref/
|
rm -rf filesystem/ref/
|
||||||
mkdir -p filesystem/ref/
|
mkdir -p filesystem/ref/
|
||||||
#cargo run --manifest-path crates/docgen/Cargo.toml -- programs/binutils/src/bin/ filesystem/ref/
|
#cargo run --manifest-path docgen/Cargo.toml -- programs/binutils/src/bin/ filesystem/ref/
|
||||||
cargo run --manifest-path crates/docgen/Cargo.toml -- programs/coreutils/src/bin/ filesystem/ref/
|
cargo run --manifest-path docgen/Cargo.toml -- programs/coreutils/src/bin/ filesystem/ref/
|
||||||
cargo run --manifest-path crates/docgen/Cargo.toml -- programs/extrautils/src/bin/ filesystem/ref/
|
cargo run --manifest-path docgen/Cargo.toml -- programs/extrautils/src/bin/ filesystem/ref/
|
||||||
cargo run --manifest-path crates/docgen/Cargo.toml -- programs/netutils/src/ filesystem/ref/
|
cargo run --manifest-path docgen/Cargo.toml -- programs/netutils/src/ filesystem/ref/
|
||||||
cargo run --manifest-path crates/docgen/Cargo.toml -- programs/pkgutils/src/ filesystem/ref/
|
cargo run --manifest-path docgen/Cargo.toml -- programs/pkgutils/src/ filesystem/ref/
|
||||||
cargo run --manifest-path crates/docgen/Cargo.toml -- programs/userutils/src/ filesystem/ref/
|
cargo run --manifest-path docgen/Cargo.toml -- programs/userutils/src/ filesystem/ref/
|
||||||
|
|
Loading…
Reference in a new issue