mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 18:19:42 +00:00
Cmake tests: Test export xhtml always, independent of default output format
This commit is contained in:
parent
6cd29398f6
commit
953e56492a
@ -50,10 +50,12 @@ macro(getoutputformats filepath varname)
|
|||||||
set(out_formats "xhtml" ${PDF_FORMATS})
|
set(out_formats "xhtml" ${PDF_FORMATS})
|
||||||
elseif(_format MATCHES "dvi$")
|
elseif(_format MATCHES "dvi$")
|
||||||
set(out_formats "xhtml" ${DVI_FORMATS})
|
set(out_formats "xhtml" ${DVI_FORMATS})
|
||||||
|
elseif(_format MATCHES "xhtml")
|
||||||
|
set(out_formats "xhtml")
|
||||||
else()
|
else()
|
||||||
# Respect all other output formats
|
# Respect all other output formats
|
||||||
# like "eps3", "xhtml"
|
# like "eps3"
|
||||||
set(out_formats ${_format})
|
set(out_formats "xhtml" ${_format})
|
||||||
endif()
|
endif()
|
||||||
break()
|
break()
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user