aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/tex2pdf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tex2pdf b/bin/tex2pdf
index d11c830..aea0d56 100755
--- a/bin/tex2pdf
+++ b/bin/tex2pdf
@@ -110,7 +110,7 @@ render_svgs() {
echo "Rendering SVGs to pdfs."
for dir in "${dirname}/images" "${dirname}/../images"; do
if [ -d "${dir}" ]; then
- for svg in "${dir}/"*; do
+ for svg in "${dir}/"*.svg; do
inkscape -D -z -A "${svg%\.svg}".pdf "${svg}"
done
fi