mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
doc: More responsive online manual.
* doc/build.scm (%makeinfo-html-options): Add viewport to all generated html pages for better mobile device support.
This commit is contained in:
parent
05b0b050bc
commit
2f000f2ef4
1 changed files with 3 additions and 1 deletions
|
@ -170,7 +170,9 @@ (define %web-site-url
|
|||
|
||||
(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).
|
||||
|
|
Loading…
Reference in a new issue