aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/mcron.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-07-19 23:21:05 -0400
committerMark H Weaver <mhw@netris.org>2020-07-31 13:38:33 -0400
commitf8f29ded12a8261ac369453a8c3879c264d090b4 (patch)
treea647015a749d28e61394eda223c6d96b58293d7c /gnu/services/mcron.scm
parentb23c1f50a5b9cf9bccc0aacf01990faf47daf3f2 (diff)
downloadguix-f8f29ded12a8261ac369453a8c3879c264d090b4.tar.gz
guix-f8f29ded12a8261ac369453a8c3879c264d090b4.zip
gnu: emacs-transient: All phases return #t.
* gnu/packages/emacs-xyz.scm (emacs-transient): Return #t from the build-info-manual phase.
Diffstat (limited to 'gnu/services/mcron.scm')
0 files changed, 0 insertions, 0 deletions
le='2019-07-15 12:48:49 +0200'>2019-07-15doc: 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-07build: 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