summaryrefslogtreecommitdiff
path: root/docs/convert_images.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/convert_images.sh')
-rwxr-xr-xdocs/convert_images.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/convert_images.sh b/docs/convert_images.sh
index 3bd22c01b..29539c6b5 100755
--- a/docs/convert_images.sh
+++ b/docs/convert_images.sh
@@ -1,4 +1,4 @@
-TEXDIR=.build/latex
+TEXDIR=_build/latex
if test ! -z $BOOK; then
for img in $TEXDIR/*.png;