Skip to content
Snippets Groups Projects
Commit 95faa953 authored by Christian Engwer's avatar Christian Engwer
Browse files

move the completion file to $PREFIX/share/bash-completion/completions

parent ac73f21f
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ AC_CONFIG_FILES([Makefile
am/Makefile
share/Makefile
share/bash-completion/Makefile
share/bash-completion/completions/Makefile
dune-common.pc])
# make scripts executable
AC_CONFIG_FILES([
......
install(FILES
dune.complete
DESTINATION ${CMAKE_INSTALL_DATADIR}/share/bash-completion/
)
add_subdirectory("completions")
# $Id$
am_DATA = dune.complete
# Not all file names seem to be treated equal by _DATA.
# inkscape.am no-check-without-lib have to be listed in
# EXTRA_DIST to be included into the tarball.
EXTRA_DIST = CMakeLists.txt
completedir = $(datarootdir)/bash-completion/
SUBDIRS = completions
# include further rules needed by Dune
include $(top_srcdir)/am/global-rules
install(FILES
dunecontrol
DESTINATION ${CMAKE_INSTALL_DATADIR}/share/bash-completion/
)
# $Id$
completions_DATA = dunecontrol
# Not all file names seem to be treated equal by _DATA.
# inkscape.am no-check-without-lib have to be listed in
# EXTRA_DIST to be included into the tarball.
EXTRA_DIST = CMakeLists.txt
completionsdir = $(datarootdir)/bash-completion/completions
include $(top_srcdir)/am/global-rules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment