# Makefile variables for PO directory in any package using GNU gettext. # This domain contains only translations of package synopses and descriptions. DOMAIN = guix-packages subdir = po/packages top_builddir = ../.. # These options get passed to xgettext. We want to catch exclusively package # synopses and descriptions. XGETTEXT_OPTIONS = \ --language=Scheme --from-code=UTF-8 \ --keyword=synopsis --keyword=description \ --keyword=output-synopsis:2 COPYRIGHT_HOLDER = the authors of Guix (msgids) MSGID_BUGS_ADDRESS = bug-guix@gnu.org EXTRA_LOCALE_CATEGORIES = # Disable PO update upon "make dist", which sometimes fails when doing # "make distcheck -j4". # See . DIST_DEPENDS_ON_UPDATE_PO = no # Ignore the timestamp of the .pot file, as .po files are updated by # `make download-po` only. This ensures po files are not modified on the # first `make` invocation. PO_DEPENDS_ON_POT = no td>
aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
AgeCommit message (Expand)Author
2020-06-17.guix-channel: Add primary URL....Ludovic Courtès
2020-06-16.guix-channel: Add 'keyring-reference'....Ludovic Courtès
2019-09-23Add '.guix-channel' file....Ludovic Courtès
services: shepherd: 'shepherd-service-type' requires documentation....Ludovic Courtès
2020-11-06tests: Test "guix system search ."....Ludovic Courtès
2020-10-02gexp: 'local-file' warns when passed a non-literal relative file name....Ludovic Courtès
2020-09-30scripts: system: Add support for image-type....Mathieu Othacehe
2020-06-08system: examples: Add bare-hurd.tmpl....Jan (janneke) Nieuwenhuizen
2020-01-17guix system: Add workaround in test for Guile 3.0.0....Ludovic Courtès
2020-01-16records: Improve reporting of "invalid field specifier" errors....Ludovic Courtès
2019-04-29tests: Adjust wildcard when testing OS examples....Ludovic Courtès