mirror of
https://github.com/rust-lang/book.git
synced 2026-09-14 02:50:32 -04:00
remove tabs
This commit is contained in:
@@ -26,8 +26,8 @@ xargs -n 1 basename | \
|
||||
# Change all remaining links from markdown to italicized inline text.
|
||||
while IFS= read -r filename; do
|
||||
< "src/$filename" cargo run --bin remove_links \
|
||||
| cargo run --bin link2print \
|
||||
| cargo run --bin remove_markup > "tmp/$filename"
|
||||
| cargo run --bin link2print \
|
||||
| cargo run --bin remove_markup > "tmp/$filename"
|
||||
done
|
||||
# Concat the files into the nostarch dir.
|
||||
cargo run --bin concat_chapters tmp nostarch
|
||||
|
||||
Reference in New Issue
Block a user