mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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})
|
||||
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()
|
||||
|
Loading…
Reference in New Issue
Block a user