/nix/boost/

'cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/doc/local.mk
023-07-30
AgeCommit message (Expand)Author
2023-08-29doc: Fix a potential problem in man page generation rule....Since commit ca8acad3 ("build: Add dependency on guix script for help2man targets."), the $< special Make variable in the recipe was matching scripts/guix instead of the more specific 'guix/scripts/%.scm' source. * doc/local.mk ($(srcdir)/%D%/guix-%.1): Move the scripts/guix prerequisite to the end. Maxim Cournoyer
2023-08-25build: Add dependency on guix script for help2man targets....* doc/local.mk: Add dependency on guix script for help2man targets. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Josselin Poiret
2022-11-19doc: Build more man pages....* doc/local.mk (sub_commands_mans): Add guix-container.1, guix-copy.1, guix-describe.1, guix-git.1, guix-graph.1, guix-home.1, guix-offload.1, guix-pack.1, guix-processes.1, guix-repl.1, guix-shell.1, guix-style.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain
2022-04-02nls: Enforce translation thresholds....* po/doc/guix-cookbook.es.po: Remove file. * po/doc/guix-cookbook.fa.po: Remove file. * po/doc/guix-cookbook.fi.po: Remove file. * po/doc/guix-cookbook.pt_BR.po: Remove file. * po/doc/guix-cookbook.ru.po: Remove file. * po/doc/guix-cookbook.uk.po: Remove file. * po/doc/guix-cookbook.zh_Hans.po: Remove file. * po/doc/guix-manual.fa.po: Remove file. * po/doc/guix-manual.fi.po: Remove file. * po/doc/guix-manual.it.po: Remove file. * po/doc/guix-manual.ko.po: Remove file. * po/doc/guix-manual.sk.po: Remove file. * po/doc/local.mk: Remove them. * doc/local.mk: Remove them. Julien Lepiller
2022-03-01nls: Update translations....* po/doc/guix-cookbook.uk.po: New file. * po/doc/local.mk: Add uk cookbook. * doc/local.mk: Add uk cookbook. * po/guix/fa.po: New file. * po/guix/uk.po: New file. * po/guix/LINGUAS: Add fa and uk. Julien Lepiller
2022-02-04nls: Update translations....* po/doc/guix-cookbook.pt_BR.po: New file. * po/doc/local.mk: Add it. * doc/local.mk: Add pt_BR cookbook. Julien Lepiller
2022-01-09nls: Update translations....* po/doc/guix-cookbook.fi.po: New file. * po/doc/guix-manual.fi.po: New file. * po/doc/local.mk: Add them. * doc/local.mk: Add them. * po/guix/fi.po: New file. * po/guix/LINGUAS: Add it. Julien Lepiller
2021-11-14doc: Add example to dist target....* doc/local.mk (OS_CONFIG_EXAMPLES_TEXI): Add he-config-bare-bones.scm. Julien Lepiller
2021-11-06nls: Update translations....* po/doc/guix-cookbook.es.po: New file. * po/doc/local.mk: Add 'es' cookbook. * doc/local.mk: Add 'es' cookbook. Julien Lepiller
2021-10-22doc: Set LC_ALL when translating xref commands....* doc/local.mk (xref_command): Set LC_ALL. Julien Lepiller
2021-10-17maint: Factorize po xref translation....This ensures we use the same method in "make" as in "guix/self.scm". * Makefile.am: Build guix/build/po.scm. * build-aux/convert-xref.scm: New file. * doc/local.mk (xref_command): Use it. * guix/self.scm (translate-cross-references): Move it... * guix/build/po.scm: Parse comments and flags separately to find fuzzy flags. (translate-cross-references): ...here. (parse-tree->assoc): Ignore fuzzy entries. Julien Lepiller
2021-08-04nls: Update translations....* po/doc/guix-cookbook.ru.po: New file. * po/doc/guix-cookbook.sk.po: New file. * po/*/*.po: Update translations. * doc/local.mk (COOKBOOK_LANGUAGES): Add ru and sk. (info_TEXINFOS): Add Russian and Slovak cookbooks. * po/doc/local.mk (DOC_COOKBOOK_PO_FILES): Add Russian and Slovak po files. Julien Lepiller
2021-05-03nls: Guard against the list of translated Texinfo files becoming stale....This change is so that the list of translated Texinfo files remain in sync with the list of supported (translated) languages. * doc/local.mk (MANUAL_LANGUAGES, COOKBOOK_LANGUAGES): New variables. (lang_to_texinfos): New function. (TRANSLATED_INFO): Use it to construct the list of files. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Julien Lepiller
2021-04-18nls: Add Chinese (Traditional) translation....* po/doc/guix-cookbook.zh_Hans.po: New file. * doc/local.mk (info_TEXINFOS): Add it. * po/doc/local.mk (DOC_COOKBOOK_PO_FILES): Add it. Julien Lepiller
2021-04-18nls: Add Korean translation....* po/doc/guix-cookbook.ko.po: New file. * po/doc/guix-manual.ko.po: New file. * doc/local.mk (info_TEXINFOS): Add them. * po/doc/local.mk (DOC_PO_FILES, DOC_COOKBOOK_PO_FILES): Add them. * po/guix/ko.po: New file. * po/guix/LINGUAS: Add 'ko'. * po/packages/ko.po: New file. * po/packages/LINGUAS: Add 'ko'. Julien Lepiller
2021-04-18nls: Add Italian translation....* po/doc/guix-manual.it.po: New file. * po/doc/local.mk (DOC_PO_FILES): Add it. * doc/local.mk (info_TEXINFOS): Add it. * po/guix/it.po: New file. * po/guix/LINGUAS: Add 'it'. Julien Lepiller
2021-04-18nls: Add Persian translation....* po/packages/fa.po: New file. * po/packages/LINGUAS: Add 'fa'. * po/doc/guix-cookbook.fa.po: New file. * po/doc/guix-manual.fa.po: New file. * po/doc/local.mk (DOC_PO_FILES, DOC_COOKBOOK_PO_FILES): Add them. * doc/local.mk (info_TEXINFOS): Add them. Julien Lepiller
2021-04-18nls: Add Slovak translation....* po/packages/sk.po: New file. * po/packages/LINGUAS: Add 'sk'. * po/doc/guix-manual.sk.po: New file. * doc/local.mk (info_TEXINFOS): Add it. * po/doc/local.mk (DOC_PO_FILES): Add it. Julien Lepiller
2021-04-18nls: Add Portuguese (Brazil) translation of the manual.Julien Lepiller
2021-04-18nls: Add French translation of the cookbook.Julien Lepiller
2021-04-18doc: Fix pxref translation issue....* doc/local.mk (xref_command): Change regexp to match properly. Julien Lepiller
gnu: guile-ncurses: Update to 3.1....* gnu/packages/guile-xyz.scm (guile-ncurses): Update to 3.1. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2023-07-18gnu: texlive-fonts-iwona -> texlive-iwona....* gnu/packages/tex.scm (texlive-iwona): New variable. (texlive-fonts-iwona): Deprecate variable. * gnu/packages/guile-xyz.scm (guile-cv)[native-inputs]: Use new name. Nicolas Goaziou
2023-07-11gnu: guile-hashing: Fix description....* gnu/packages/guile-xyz.scm (guile-hashing)[description]: Fix typo. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-07-05gnu: guile-jsonld: Improve package style....* gnu/packages/guile-xyz.scm (guile-jsonld): Improve overall indentation. [propagated-inputs]: Remove labels. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Z572
2023-07-05gnu: guile-jsonld: Fix build....* gnu/packages/guile-xyz.scm (guile-jsonld)[propagated-inputs]: Replace GNUTLS with GUILE-GNUTLS. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Z572
2023-07-01gnu: guile-squee: Update to 0-5.9f26095....* gnu/packages/guile-xyz.scm (guile-squee): Update to 0-5.9f26095. [arguments]: Update style. Christopher Baines
2023-06-21gnu: Add guile-ffi-cblas....* gnu/packages/guile-xyz.scm (guile-ffi-cblas): New variable. Ludovic Courtès
2023-06-17gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?....* gnu/packages/hurd.scm (hurd-target?): Remove. (hurd-system?): Move to... * guix/utils.scm (system-hurd?): ...here. * gnu/packages/*: Update all users, removing (gnu packages hurd) include where now unused. Janneke Nieuwenhuizen
2023-06-14gnu: guile-netlink: Update to 1.2....* gnu/packages/guile-xyz.scm (guile-netlink): Update to 1.2. Ludovic Courtès
2023-06-14gnu: guile-fibers: Remove 'guile-fibers-next'....* gnu/packages/guile-xyz.scm (guile-fibers-next): Remove. * gnu/packages/package-management.scm (guix-build-coordinator)[arguments] [native-inputs, propagated-inputs]: Replace GUILE-FIBERS-NEXT by GUILE-FIBERS-1.3. (nar-herder)[arguments, native-inputs, propagated-inputs]: Likewise. * gnu/packages/web.scm (guix-data-service)[propagated-inputs]: Likewise. Ludovic Courtès
2023-06-14gnu: guile-fibers: Add 1.3.1....* gnu/packages/guile-xyz.scm (guile-fibers-1.3): New variable. (guile-fibers-1.1): Inherit from it. * gnu/packages/patches/guile-fibers-libevent-32-bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Ludovic Courtès
2023-06-14gnu: guile-openai: Update to 0.2-1.751cd5d....* gnu/packages/guile-xyz.scm (guile-openai): Update to 0.2-1.751cd5d. [build-system]: Use gnu-build-system. [arguments]: Adjust. [inputs]: Add imagemagick. [native-inputs]: Add autoconf, automake, and pkg-config. Ricardo Wurmus
2023-06-12gnu: guile-png: Update to 0.6.0....* gnu/packages/guile-xyz.scm (guile-png): Update to 0.6.0. Signed-off-by: Christopher Baines <mail@cbaines.net> Artyom V. Poptsov
2023-06-03gnu: guile-png: Update to 0.5.0....* gnu/packages/guile-xyz.scm (guile-png): Update to 0.5.0. Signed-off-by: Christopher Baines <mail@cbaines.net> Artyom V. Poptsov
2023-05-30gnu: guile-squee: Update to 0-4.fab9d95....* gnu/packages/guile-xyz.scm (guile-squee): Update to 0-4.fab9d95. Christopher Baines
2023-05-30gnu: guile-fibers-next: Update to 1.3.0-1.99fc3e3....* gnu/packages/guile-xyz.scm (guile-fibers-next): Update to 1.3.0-1.99fc3e3. Christopher Baines
2023-05-24gnu: guile-png: Update to 0.4.1....* gnu/packages/guile-xyz.scm (guile-png): Update to 0.4.1. [arguments]: Remove extra phases. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov
2023-05-24gnu: guile-png: Fix cross-building....* gnu/packages/guile-xyz.scm (guile-png)[native-inputs]: Add guile-3.0, guile-lib, guile-zlib and guile-smc. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov
2023-05-24gnu: guile-png: Update to 0.4.0....* gnu/packages/guile-xyz.scm (guile-png): Update to 0.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov
2023-05-24gnu: guile-ics: Update to 0.5.0....* gnu/packages/guile-xyz.scm (guile-ics): Update to 0.5.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov
2023-05-24gnu: guile-ini: Fix cross-building....* gnu/packages/guile-xyz.scm (guile-ini)[native-inputs]: Add guile-3.0, guile-lib and guile-smc. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov
2023-05-24gnu: guile-ini: Update to 0.5.3....* gnu/packages/guile-xyz.scm (guile-ini): Update to 0.5.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov
2023-05-24gnu: guile-smc: Fix cross-building....* gnu/packages/guile-xyz.scm (guile-smc)[native-inputs]: Add guile-3.0 and guile-lib. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov
2023-05-24gnu: guile-smc: Update to 0.6.0....* gnu/packages/guile-xyz.scm (guile-smc): Update to 0.6.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov
2023-05-21gnu: guile-dsv: Update to 0.6.0....* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.6.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov
2023-05-21gnu: guile-netlink: Update to 1.1.2....* gnu/packages/guile-xyz.scm (guile-netlink): Update to 1.1.2. Ludovic Courtès