1REP-XGETTEXT(1) REP-XGETTEXT(1)
2
3
4
6 rep-xgettext - extract i18n strings from lisp scripts.
7
9 rep-xgettext [ --include DEFINER ] [ --c ] [ --pot ]
10
11
13 rep-xgettext The usual method of constructing message catalogue tem‐
14 plates (.pot files) is to run xgettext on the C source files of the
15 program (that have been annotated for i18n). librep provides the rep-
16 xgettext program to perform the same task for files of Lisp code.
17
19 --include
20 include DEFINER. This is not documented by upstream.
21
22 --c This makes it output pseudo C code containing the string con‐
23 stants found.
24
25 --pot This makes it output in standart .pot file.
26
28 The programs are documented fully by John Harper available via the Info
29 system.
30
32 This manual page was written by Christian Marillat <maril‐
33 lat@debian.org> for the Debian GNU/Linux system (but may be used by
34 others).
35
36
37
38 04 avril 2003 REP-XGETTEXT(1)