# This is a "job" for the Upstart init system to launch 'guix-daemon'. # Drop it in /etc/init to have 'guix-daemon' automatically started. description "Build daemon for GNU Guix" start on runlevel [2345] stop on runlevel [016] exec @localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix-daemon --build-users-group=guixbuild --discover=no cgit'>
aboutsummaryrefslogtreecommitdiff
path: root/doc/build.scm
AgeCommit message (Expand)Author
2021-07-09doc: Build manual translations with 'guile-3.0-latest'....Ludovic Courtès
2021-04-20doc: Clarify further the distinction between the web-based manuals....Leo Famulari
2021-04-18doc: Build the French HTML cookbook....Julien Lepiller
2021-03-20doc: Remove the guile-lib/htmlprag-fixed package....Maxim Cournoyer
2020-10-21doc: Cookbook links to /manual/devel, not /manual....Ludovic Courtès
2020-10-19doc: Produce stylable HTML for @deftp, @deffn, etc....Ludovic Courtès
2020-10-17doc: Generate cross-references in code snippets to the Guile manual....Ludovic Courtès
2020-10-17doc: Allow code snippets in the cookbook to link to the manual....Ludovic Courtès
2020-10-17doc: Move manual index creation to a separate derivation....Ludovic Courtès
2020-10-17doc: Remove 'build.scm' from the source of the manual....Ludovic Courtès
2020-09-04doc: Syntax highlighting now handles @var within @lisp....Ludovic Courtès
2020-05-25doc: Remove one use of 'file-append*'....Ludovic Courtès
2020-05-18doc: Inherit md5.scm fix in custom 'guile-lib' variant....Ludovic Courtès
2020-05-02doc: Fix building the cookbook....Björn Höfling
2020-04-21doc: Include *.json files in the source....Ludovic Courtès
2020-04-13doc: Improve anchor collection....Ludovic Courtès
2020-04-13doc: Avoid invalid 'match' pattern in 'syntax-highlighted-html'....Ludovic Courtès
2020-04-13doc: Emit hyperlinks in HTML output for @lisp snippets....Ludovic Courtès