diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-11-01 00:50:01 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-01 00:52:44 +0100 |
commit | 073c34d72f94adf6c4c307239b1de0d14bdb60f3 (patch) | |
tree | b671d6032f3feb08513d80c1be4870053b5af671 /po | |
parent | 111111d04662bb9056c8b56d11e634dc4506ee1e (diff) | |
download | patches-073c34d72f94adf6c4c307239b1de0d14bdb60f3.tar patches-073c34d72f94adf6c4c307239b1de0d14bdb60f3.tar.gz |
Add (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.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index b0dc7ac4c4..887b7106ee 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -4,5 +4,6 @@ distro/packages/base.scm distro/packages/databases.scm distro/packages/guile.scm distro/packages/typesetting.scm +guix/ui.scm guix-build.in guix-download.in |