summaryrefslogtreecommitdiffstats
path: root/doc/images/update-doc-images.sh
diff options
context:
space:
mode:
Diffstat (limited to 'doc/images/update-doc-images.sh')
-rwxr-xr-xdoc/images/update-doc-images.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/images/update-doc-images.sh b/doc/images/update-doc-images.sh
new file mode 100755
index 0000000..1463ac2
--- /dev/null
+++ b/doc/images/update-doc-images.sh
@@ -0,0 +1,2 @@
+rm b2qt-demo-*
+find ../../basicsuite/ -name "preview_l.jpg" -execdir sh -c 'ln -s ../../basicsuite/${PWD##*/}/preview_l.jpg ../../doc/images/b2qt-demo-${PWD##*/}.jpg' \;