Skip to content

Commit

Permalink
Point to pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
samhedin committed Jan 30, 2022
1 parent 1f05d3d commit 59cb687
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rustic-doc/convert.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

FILTER="$HOME/.local/bin/rustic-doc/filter"
PANDOC="$HOME/.local/bin/rustic-doc/pandoc"
function get_toolchain {
rustup show | sed -nr 's/(.*) \(default\)/\1/p' | head -n 1
}
Expand Down Expand Up @@ -57,6 +58,6 @@ fd . \
-ehtml \
--ignore-file "$ignore_file" \
-j"$cores" \
-x pandoc '{}' \
-x $PANDOC '{}' \
--filter "$FILTER" \
-o "$DEST_DIR/{.}.org"

0 comments on commit 59cb687

Please sign in to comment.