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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c6d6ad909b..29879a5613 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ config.cache /po/remove-potcdate.sin /po/stamp-po /po/guix.pot +/guix-build |