Skip to content
Snippets Groups Projects
Commit 93ee4c3d authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

initial-scale=1

parent 770a0a25
No related branches found
No related tags found
No related merge requests found
......@@ -1642,7 +1642,7 @@ if(MAKEINFO)
add_custom_command(OUTPUT ${TEX_DIR}/gmsh.html DEPENDS ${TEX_SRC}
COMMAND ${MAKEINFO} --html --css-ref=http://geuz.org/geuz.css
--no-split --set-customization-variable
EXTRA_HEAD='<meta name="viewport" content="width=device-width">'
EXTRA_HEAD='<meta name="viewport" content="width=device-width,initial-scale=1.0">'
ARGS ${TEX_DIR}/gmsh.texi WORKING_DIRECTORY ${TEX_DIR})
add_custom_target(html DEPENDS ${TEX_DIR}/gmsh.html)
install(FILES ${TEX_DIR}/gmsh.html DESTINATION ${GMSH_DOC} OPTIONAL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment