]> git.lyx.org Git - features.git/blobdiff - development/autotests/export-in.sh
Add examples to export tests (CMake & autotools)
[features.git] / development / autotests / export-in.sh
index 4757695e9bec48a7913c581f04dcd1cb173993e7..adf2ce167f922073edc1dfb9d9122da7b4013909 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 failed=0
-for libsubdir in doc; do
+for libsubdir in doc examples; do
     for format in xhtml lyx16x; do
         for f in $LYX_ROOT/lib/$libsubdir/*lyx; do
             if $LYX_EXE -e $format $f >> lyx-log.txt 2>&1; then