Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub fn main() {

// Check for tldr.zip when building uudoc to warn users once at build time
// instead of repeatedly at runtime for each utility
println!("cargo:rerun-if-changed=docs/tldr.zip");
if env::var("CARGO_FEATURE_UUDOC").is_ok() && !Path::new("docs/tldr.zip").exists() {
println!(
"cargo:warning=No tldr archive found, so the documentation will not include examples."
Expand Down
Loading