diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-07-01 00:56:24 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-07-01 00:56:24 +0200 |
commit | 14a1c3197ca26afc4d037ab22a9e10a0bd8379d6 (patch) | |
tree | 6ab459f6db781611f8adf2548ebb129dbc10d150 /po | |
parent | 9a20830e57ea50dd73897725ad656a3b9e66f1ef (diff) | |
download | patches-14a1c3197ca26afc4d037ab22a9e10a0bd8379d6.tar patches-14a1c3197ca26afc4d037ab22a9e10a0bd8379d6.tar.gz |
Add `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'.
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 1f231a7c1f..9d35ef048f 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,3 +1,4 @@ # List of source files which contain translatable strings. distro.scm distro/base.scm +guix-build.in |