From ef1a9bb7d6fd64f05607042fdb266ee974d16e26 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 13 Jun 2014 16:15:18 +0200 Subject: Move gettext files to 'po/guix'. * po: Rename to... * po/guix: ... this. * po/guix/Makevars (subdir, top_builddir): Adjust accordingly. * configure.ac: Change 'po/Makefile.in' to 'po/guix/Makefile.in'. * Makefile.am (SUBDIRS): Change 'po' to 'po/guix'. --- po/Makevars | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 po/Makevars (limited to 'po/Makevars') diff --git a/po/Makevars b/po/Makevars deleted file mode 100644 index d45ea4b979..0000000000 --- a/po/Makevars +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile variables for PO directory in any package using GNU gettext. - -DOMAIN = $(PACKAGE) - -subdir = po -top_builddir = .. - -# These options get passed to xgettext. We want to catch standard -# gettext uses, package synopses and descriptions, and SRFI-35 error -# condition messages. -XGETTEXT_OPTIONS = \ - --language=Scheme --from-code=UTF-8 \ - --keyword=_ --keyword=N_ \ - --keyword=synopsis --keyword=description \ - --keyword=message - -COPYRIGHT_HOLDER = Ludovic Courtès - -MSGID_BUGS_ADDRESS = ludo@gnu.org - -EXTRA_LOCALE_CATEGORIES = -- cgit v1.2.3