]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/ExportTests.cmake
Use "babel only" for some Spanish manuals
[lyx.git] / development / autotests / ExportTests.cmake
index 4dfea2c34182eb95f400e5b1ba87397f237ee786..50b4aa42e31fe7cc74ba43598d574e9fa63edd35 100644 (file)
@@ -50,10 +50,12 @@ macro(getoutputformats filepath varname)
         set(out_formats "xhtml" ${PDF_FORMATS})
       elseif(_format MATCHES "dvi$")
         set(out_formats "xhtml" ${DVI_FORMATS})
+      elseif(_format MATCHES "xhtml")
+        set(out_formats "xhtml")
       else()
         # Respect all other output formats
-        # like "eps3", "xhtml"
-        set(out_formats ${_format})
+        # like "eps3"
+        set(out_formats "xhtml" ${_format})
       endif()
       break()
     endif()