doc: More responsive online manual.
* doc/build.scm (%makeinfo-html-options): Add viewport to all generated html pages for better mobile device support.master
parent
05b0b050bc
commit
2f000f2ef4
|
@ -170,7 +170,9 @@ as well as images, OS examples, and translations."
|
|||
|
||||
(define %makeinfo-html-options
|
||||
;; Options passed to 'makeinfo --html'.
|
||||
'("--css-ref=https://www.gnu.org/software/gnulib/manual.css"))
|
||||
'("--css-ref=https://www.gnu.org/software/gnulib/manual.css"
|
||||
"-c" "EXTRA_HEAD=<meta name=\"viewport\" \
|
||||
content=\"width=device-width, initial-scale=1\" />"))
|
||||
|
||||
(define guile-lib/htmlprag-fixed
|
||||
;; Guile-Lib with a hotfix for (htmlprag).
|
||||
|
|
Reference in New Issue