# 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 COPYRIGHT_HOLDER = Ludovic Courtès MSGID_BUGS_ADDRESS = ludo@gnu.org EXTRA_LOCALE_CATEGORIES = td> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/install.scm
AgeCommit message (Expand)Author
2016-11-23install: Enable "cryptodisk" handling in GRUB....Ludovic Courtès
2016-11-06install: Extract procedure: install-grub-config....Chris Marusich
2016-08-29tests: Make sure /var/guix/gcroots/profiles is a valid symlink....Ludovic Courtès
2016-03-14build: reset-timestamps: Include directories....Ricardo Wurmus
2016-01-29Rename 'dmd' to 'shepherd' in comments and strings....Alex Kost