diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-06-13 17:30:40 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-06-13 17:30:40 +0200 |
commit | ee76417972b3a749a28a627c2858c09311d9c0c5 (patch) | |
tree | b47f7f0959763d3b445bf5dbd11025c2e4480b1f /Makefile.am | |
parent | ef1a9bb7d6fd64f05607042fdb266ee974d16e26 (diff) | |
download | guix-ee76417972b3a749a28a627c2858c09311d9c0c5.tar guix-ee76417972b3a749a28a627c2858c09311d9c0c5.tar.gz |
Separate package description translations from string translations.
* po/packages/LINGUAS, po/packages/Makevars, po/packages/POTFILES.in:
New files.
* po/guix/Makevars (DOMAIN): Change to "guix".
(XGETTEXT_OPTIONS): Remove "--keyword=synopsis --keyword=description".
* po/guix/POTFILES.in: Remove gnu/packages/*.scm.
* configure.ac: Change to gettext 0.18.3. Produce
po/packages/Makefile.in.
* Makefile.am (SUBDIRS): Add po/packages.
* guix/ui.scm (%package-text-domain): New variable.
(P_): New procedure.
(package->recutils): Use 'P_' instead of '_'.
* guix/scripts/package.scm (find-packages-by-description): Use 'P_'
instead of 'gettext'.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6c63c96345..c2345409a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -246,7 +246,7 @@ SUFFIXES = .go guix_install_go_files = install-nobase_nodist_guilemoduleDATA $(guix_install_go_files): install-nobase_dist_guilemoduleDATA -SUBDIRS = po/guix +SUBDIRS = po/guix po/packages include doc.am |