summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Expand)Author
2012-11-01Add (guix ui)....* guix/ui.scm: New file. * Makefile.am (MODULES): Add it. * po/POTFILES.in: Add it. * guix-build.in: Use it. (_, N_, leave): Remove. (guix-build): Use `with-error-handling' instead of the `guard' form. * guix-download.in: Use it. (_, N_, leave): Remove. Ludovic Courtès
2012-10-25Add `guix-download'....* guix-download.in: New file. * configure.ac: Emit `guix-download' and make it executable. * Makefile.am (bin_SCRIPTS): Add `guix-download'. * po/POTFILES.in: Add `guix-download.in'. Ludovic Courtès
2012-10-04Fix and update `POTFILES.in'....* po/POTFILES.in: Update. Ludovic Courtès
2012-07-07build: Tell xgettext that the source is UTF-8....* po/Makevars (XGETTEXT_OPTIONS): Add `--from-code=UTF-8'. Ludovic Courtès
2012-07-01Add `guix-build'....* guix-build.in: New file. * configure.ac: Emit `guix-build'. Add `commands-exec'. * Makefile.am (bin_SCRIPTS): New variable. * po/POTFILES.in: Add `guix-build.in'. Ludovic Courtès
2012-06-30Add (distro) with a package searching facility....* Makefile.am (MODULES): Add `distro.scm'. * distro.scm: New file. * po/POTFILES.in: Add it. * tests/packages.scm ("find-packages-by-name", "find-packages-by-name with version"): New tests. Ludovic Courtès
2012-06-29Gettextize, with GNU Gettext 0.18.1....* 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. Ludovic Courtès