remove tabs

This commit is contained in:
steveklabnik
2017-03-13 14:24:26 -04:00
parent ffc81dd69b
commit c7aa96a41f

View File

@@ -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