diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-11-30 15:25:21 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-06-18 23:44:29 +0200 |
commit | 1b7aabbc79969a89141aadd3d41d7a5329a3462e (patch) | |
tree | 4edca1e531817362e733c9210d478b8561b52113 /po | |
parent | 1261ce15233cbf7e24de9959df86a23b46314a28 (diff) | |
download | guix-1b7aabbc79969a89141aadd3d41d7a5329a3462e.tar.gz |
Add 'guix locate'.
* guix/scripts/locate.scm, tests/guix-locate.sh: New files. * Makefile.am (MODULES): Add 'guix/scripts/locate.scm'. (SH_TESTS): Add 'tests/guix-locate.sh'. * po/guix/POTFILES.in: Add it. * doc/guix.texi (Invoking guix locate): New node. Co-authored-by: Antoine R. Dumont <antoine.romain.dumont@gmail.com>
Diffstat (limited to 'po')
-rw-r--r-- | po/guix/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in index 0431de522b..154ad4e530 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -111,6 +111,7 @@ guix/scripts/system.scm guix/scripts/system/edit.scm guix/scripts/system/search.scm guix/scripts/lint.scm +guix/scripts/locate.scm guix/scripts/publish.scm guix/scripts/edit.scm guix/scripts/size.scm |