aboutsummaryrefslogtreecommitdiff
path: root/po/Makevars
blob: 81fd53ef2cbfcaa01e6010c45159b1ec5010b26f (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Makefile variables for PO directory in any package using GNU gettext.

DOMAIN = $(PACKAGE)

subdir = po
top_builddir = ..

# These options get passed to xgettext.
XGETTEXT_OPTIONS =					\
  --language=Scheme --from-code=UTF-8			\
  --keyword=_ --keyword=N_				\
  --keyword=synopsis --keyword=description

COPYRIGHT_HOLDER = Ludovic Courtès

MSGID_BUGS_ADDRESS = ludo@gnu.org

EXTRA_LOCALE_CATEGORIES =
ys_enable_guix_daemon): Install it. * doc/guix.texi (Binary Installation): Document it. * .gitignore: Ignore changes to it. 2020-05-14etc: indent-code.el: Use the --quick option.Maxim Cournoyer This prevents Emacs from loading the autoload definitions found in its profile, which needlessly clutters the output. It also prevents Geiser (if installed) from blocking the script and asking the user to input the Scheme implementation to use. The trick for passing multiple arguments to Emacs is to use what is called a "sesquicolon" (see https://www.emacswiki.org/emacs/EmacsScripts). * etc/indent-code.el.in: Rename to... * etc/indent-code.el: ...this. Adapt the shebang to use a sesquicolon, and pass the --quick option to Emacs. Since this line is interpreted by the shell, simply use Emacs from the PATH instead of from a hard coded location. (main): New procedure, used as the entry point. * configure.ac: Remove the warning about Emacs. Emacs can now be installed any time by the user if they want to use the script. * .gitignore: No longer ignore changes to etc/indent-code.el.