Remove docgen

This commit is contained in:
Jeremy Soller 2025-04-23 08:55:26 -06:00
parent b9b8293a96
commit 05908c7e15
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA
4 changed files with 0 additions and 11 deletions

4
.gitmodules vendored
View File

@ -1,7 +1,3 @@
[submodule "docgen"]
path = docgen
url = https://gitlab.redox-os.org/redox-os/docgen.git
branch = master
[submodule "pkgar"]
path = pkgar
url = https://gitlab.redox-os.org/redox-os/pkgar.git

View File

@ -60,10 +60,6 @@ export STAT
if [ ! "$(uname -s)" = "Redox" ]
then
function docgen {
"$ROOT/docgen/target/release/docgen" "$@"
}
function pkgar {
"$ROOT/pkgar/target/release/pkgar" "$@"
}

View File

@ -283,8 +283,6 @@ function op {
else
echo "$(tput bold)Warning$(tput sgr0): Recipe does not have any binaries" >&2
fi
docgen "$source" "$stage/ref"
fi
popd > /dev/null
;;

1
docgen

@ -1 +0,0 @@
Subproject commit c9525c4761d814b86af061e4e96cd394da7deaa2