Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | packages: `description' → `synopsis', `long-description' → `description'. | Ludovic Courtès | 2012-11-04 | 1 | -1/+1 |
| | | | | | | | | | * guix/packages.scm (<package>): Rename `description' to `synopsis', and `long-description' to `description'. * tests/packages.scm, distro/packages/base.scm, distro/packages/databases.scm, distro/packages/guile.scm, distro/packages/typesetting.scm: Update accordingly. * po/Makevars (XGETTEXT_OPTIONS): Update `--keyword' flags accordingly. | ||||
* | build: Tell xgettext that the source is UTF-8. | Ludovic Courtès | 2012-07-07 | 1 | -1/+1 |
| | | | | * po/Makevars (XGETTEXT_OPTIONS): Add `--from-code=UTF-8'. | ||||
* | Gettextize, with GNU Gettext 0.18.1. | Ludovic Courtès | 2012-06-29 | 1 | -0/+18 |
* Makefile.am (EXTRA_DIST): Add `build-aux/config.rpath'. (SUBDIRS, ACLOCAL_AMFLAGS): New variables. * configure.ac: Use `AM_GNU_GETTEXT'. Emit `po/Makefile.in'. * po/Makevars, po/POTFILES.in: New files. |