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

for mobile

parent 44ac3be1
Branches
Tags
No related merge requests found
...@@ -1640,7 +1640,9 @@ if(MAKEINFO) ...@@ -1640,7 +1640,9 @@ if(MAKEINFO)
ARGS ${TEX_DIR}/gmsh.texi WORKING_DIRECTORY ${TEX_DIR}) ARGS ${TEX_DIR}/gmsh.texi WORKING_DIRECTORY ${TEX_DIR})
add_custom_target(txt DEPENDS ${TEX_DIR}/gmsh.txt) add_custom_target(txt DEPENDS ${TEX_DIR}/gmsh.txt)
add_custom_command(OUTPUT ${TEX_DIR}/gmsh.html DEPENDS ${TEX_SRC} add_custom_command(OUTPUT ${TEX_DIR}/gmsh.html DEPENDS ${TEX_SRC}
COMMAND ${MAKEINFO} --html --css-ref=http://geuz.org/geuz.css --no-split COMMAND ${MAKEINFO} --html --css-ref=http://geuz.org/geuz.css
--no-split --set-customization-variable
EXTRA_HEAD='<meta name="viewport" content="width=device-width">'
ARGS ${TEX_DIR}/gmsh.texi WORKING_DIRECTORY ${TEX_DIR}) ARGS ${TEX_DIR}/gmsh.texi WORKING_DIRECTORY ${TEX_DIR})
add_custom_target(html DEPENDS ${TEX_DIR}/gmsh.html) add_custom_target(html DEPENDS ${TEX_DIR}/gmsh.html)
install(FILES ${TEX_DIR}/gmsh.html DESTINATION ${GMSH_DOC} OPTIONAL) install(FILES ${TEX_DIR}/gmsh.html DESTINATION ${GMSH_DOC} OPTIONAL)
......
...@@ -14,6 +14,8 @@ automatic, maillages, mailleur 3D, mesh adaptation, postprocessing, ...@@ -14,6 +14,8 @@ automatic, maillages, mailleur 3D, mesh adaptation, postprocessing,
post processing, post-processor, postprocessor, post-processeur, CAD, post processing, post-processor, postprocessor, post-processeur, CAD,
CAO, OpenGL, GL2PS, Gmesh"> CAO, OpenGL, GL2PS, Gmesh">
<meta name="viewport" content="width= device-width">
<link href="http://geuz.org/geuz.css" rel="stylesheet" type="text/css"> <link href="http://geuz.org/geuz.css" rel="stylesheet" type="text/css">
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon"> <link href="/favicon.ico" rel="shortcut icon" type="image/x-icon">
<style type="text/css"><!-- <style type="text/css"><!--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment