Skip to content

Commit

Permalink
contrib/completions: rename hwloc-completions.bash to bash/hwloc
Browse files Browse the repository at this point in the history
No need to have "-completion" in the name.

Remove the .bash suffix so that the install path is similar to others
(renaming isn't trivial in automake).

Move to a bash subdirectory in case we ever ship a zsh completion file.

Thanks to Tomasz Kłoczko for the suggestion (see open-mpi#413)

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Sep 17, 2020
1 parent f4253b4 commit 90d0f8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS
Expand Up @@ -41,6 +41,9 @@ Version 2.3.0
now refreshes the display according to the current topology and binding.
+ Add a tikz lstopo graphical backend to generate picture easily included into
LaTeX documents.
* Misc
+ The default installation path of the Bash completion file has changed to
${datadir}/usr/share/bash-completion/completions/hwloc


Version 2.2.0
Expand Down
2 changes: 1 addition & 1 deletion contrib/completion/Makefile.am
Expand Up @@ -5,4 +5,4 @@
# This makefile is only reached when building in standalone mode

bashcompletionsdir = $(datadir)/bash-completion/completions
dist_bashcompletions_DATA = hwloc-completion.bash
dist_bashcompletions_DATA = bash/hwloc
File renamed without changes.

0 comments on commit 90d0f8b

Please sign in to comment.