This commit is contained in:
Fabian Boehm 2024-12-11 16:51:25 +01:00
parent 2d2f18c159
commit 0e0d56d805

View File

@ -379,10 +379,7 @@ fn build_man(build_dir: &Path) {
}
Err(x) => {
// Another error - permissions wrong etc
panic!(
"Error starting sphinx-build to build man pages: {:?}",
x
);
panic!("Error starting sphinx-build to build man pages: {:?}", x);
}
Ok(mut x) => match x.wait() {
Err(err) => {