gnu: Add Epson escpr printer driver.
[guix.git] / po / packages / Makevars
blobc29f3d306c203e124d2ef9c618194187550f8a39
1 # Makefile variables for PO directory in any package using GNU gettext.
3 # This domain contains only translations of package synopses and descriptions.
4 DOMAIN = guix-packages
6 subdir = po/packages
7 top_builddir = ../..
9 # These options get passed to xgettext.  We want to catch exclusively package
10 # synopses and descriptions.
11 XGETTEXT_OPTIONS =                              \
12   --language=Scheme --from-code=UTF-8           \
13   --keyword=synopsis --keyword=description
15 COPYRIGHT_HOLDER = Ludovic Courtès
17 MSGID_BUGS_ADDRESS = ludo@gnu.org
19 EXTRA_LOCALE_CATEGORIES =
21 # Disable PO update upon "make dist", which sometimes fails when doing
22 # "make distcheck -j4".
23 # See <https://lists.gnu.org/archive/html/bug-gettext/2014-08/msg00005.html>.
24 DIST_DEPENDS_ON_UPDATE_PO = no