Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: Make sure 'htmlxref.cnf' is honored.•••Fixes <https://bugs.gnu.org/39060>. Reported by Tobias Geerinckx-Rice <me@tobias.gr>. * doc/build.scm (html-manual)[build]: Copy 'htmlxref.cnf' to the current directory so that 'makeinfo' honors it. | Ludovic Courtès | 2020-01-12 | 1 | -1/+6 |
* | doc: Handle right arrows in 'syntax-highlighted-html'.•••* doc/build.scm (syntax-highlighted-html)[build](entity->string): Add "rarr". | Ludovic Courtès | 2019-11-28 | 1 | -0/+1 |
* | doc: Use the right title in HTML indices for the cookbook.•••* doc/build.scm (html-manual-indexes): Add #:title. [build]: Replace "GNU Guix Reference Manual" by references to TITLE. | Ludovic Courtès | 2019-10-22 | 1 | -4/+6 |
* | doc: More responsive online manual.•••* doc/build.scm (%makeinfo-html-options): Add viewport to all generated html pages for better mobile device support. | Julien Lepiller | 2019-10-21 | 1 | -1/+3 |
* | doc: Add support for "guix-cookbook.texi" to 'build.scm'.•••* doc/build.scm (%manual): New variable. (html-manual): #:manual now defaults to %MANUAL. [build]: Define 'language->texi-file-name' and use it. Filter out items of LANGUAGES that lack a .texi file. (pdf-manual, html-manual-indexes, pdf+html-manual): #:manual now defaults to %MANUAL. | Ludovic Courtès | 2019-10-21 | 1 | -13/+24 |
* | doc: Support paren matching via CSS hover.•••* doc/build.scm (syntax-highlighted-html)[build](pair-open/close) (highlights->sxml*): New procedures. (syntax-highlight): Use 'highlights->sxml*'. | Ludovic Courtès | 2019-09-25 | 1 | -3/+56 |
* | doc: Work around (htmlprag) parser issue.•••* doc/build.scm (guile-lib/htmlprag-fixed): New variable. (syntax-highlighted-html): Use it instead of GUILE-LIB. | Ludovic Courtès | 2019-09-07 | 1 | -1/+31 |
* | doc: Highlight Scheme syntax in the HTML output.•••* doc/build.scm (syntax-highlighted-html): New procedure. (html-manual): Use it. | Ludovic Courtès | 2019-09-07 | 1 | -1/+114 |
* | doc: Add 'images' directory next to HTML pages.•••* doc/build.scm (html-manual): Add images/ symlinks. | Ludovic Courtès | 2019-07-16 | 1 | -1/+12 |
* | doc: Build a top-level index of the manuals.•••Suggested by Julien Lepiller. * doc/build.scm (html-manual-indexes)[build]: Add 'with-extensions'. (translate): Actually honor DOMAIN. Add call to 'bindtextdomain' for ISO-CODES. (%iso639-languages): New variable. (language-code->name, top-level-index): New procedures. Add call to 'write-html' for OUTPUT/index.html. | Ludovic Courtès | 2019-07-15 | 1 | -156/+204 |
* | doc: Generalize build procedures of HTML indexes.•••* doc/build.scm (html-manual-indexes)[build](sxml-index): Generalize; add a 'title' and a 'body' parameter and honor them. (language-index): New procedure. (write-index): Remove. (write-html): New procedure. Use 'write-html' and 'language-index'. | Ludovic Courtès | 2019-07-15 | 1 | -41/+45 |
* | build: Add 'doc/build.scm' to build on-line copies of the manual.•••* doc/build.scm: New file. * Makefile.am (EXTRA_DIST): Add it. | Ludovic Courtès | 2019-07-07 | 1 | -0/+563 |