summaryrefslogtreecommitdiff
path: root/doc/build.scm
Commit message (Expand)AuthorAgeFilesLines
* doc: Cookbook links to /manual/devel, not /manual....Ludovic Courtès2020-10-211-3/+5
* doc: Produce stylable HTML for @deftp, @deffn, etc....Ludovic Courtès2020-10-191-2/+28
* doc: Generate cross-references in code snippets to the Guile manual....Ludovic Courtès2020-10-171-5/+95
* doc: Allow code snippets in the cookbook to link to the manual....Ludovic Courtès2020-10-171-6/+51
* doc: Move manual index creation to a separate derivation....Ludovic Courtès2020-10-171-98/+207
* doc: Remove 'build.scm' from the source of the manual....Ludovic Courtès2020-10-171-2/+7
* doc: Syntax highlighting now handles @var within @lisp....Ludovic Courtès2020-09-041-0/+2
* doc: Remove one use of 'file-append*'....Ludovic Courtès2020-05-251-1/+1
* doc: Inherit md5.scm fix in custom 'guile-lib' variant....Ludovic Courtès2020-05-181-20/+17
* doc: Fix building the cookbook....Björn Höfling2020-05-021-2/+8
* doc: Include *.json files in the source....Ludovic Courtès2020-04-211-1/+1
* doc: Improve anchor collection....Ludovic Courtès2020-04-131-3/+9
* doc: Avoid invalid 'match' pattern in 'syntax-highlighted-html'....Ludovic Courtès2020-04-131-7/+16
* doc: Emit hyperlinks in HTML output for @lisp snippets....Ludovic Courtès2020-04-131-33/+130
* doc: Make sure 'htmlxref.cnf' is honored....Ludovic Courtès2020-01-121-1/+6
* doc: Handle right arrows in 'syntax-highlighted-html'....Ludovic Courtès2019-11-281-0/+1
* doc: Use the right title in HTML indices for the cookbook....Ludovic Courtès2019-10-221-4/+6
* doc: More responsive online manual....Julien Lepiller2019-10-211-1/+3
* doc: Add support for "guix-cookbook.texi" to 'build.scm'....Ludovic Courtès2019-10-211-13/+24
* doc: Support paren matching via CSS hover....Ludovic Courtès2019-09-251-3/+56
* doc: Work around (htmlprag) parser issue....Ludovic Courtès2019-09-071-1/+31
* doc: Highlight Scheme syntax in the HTML output....Ludovic Courtès2019-09-071-1/+114
* doc: Add 'images' directory next to HTML pages....Ludovic Courtès2019-07-161-1/+12
* doc: Build a top-level index of the manuals....Ludovic Courtès2019-07-151-156/+204
* doc: Generalize build procedures of HTML indexes....Ludovic Courtès2019-07-151-41/+45
* build: Add 'doc/build.scm' to build on-line copies of the manual....Ludovic Courtès2019-07-071-0/+563