File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ if(TRURL_COMPLETION_ZSH)
119119 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
120120 COMMAND "${SH_EXECUTABLE} " "${CMAKE_CURRENT_SOURCE_DIR} /scripts/generate_completions.sh" "trurl.md" > "${_completion_zsh} "
121121 DEPENDS "${CMAKE_CURRENT_SOURCE_DIR} /scripts/generate_completions.sh" "trurl.md"
122- "${CMAKE_CURRENT_SOURCE_DIR} /completions /_trurl.zsh.in"
122+ "${CMAKE_CURRENT_SOURCE_DIR} /scripts /_trurl.zsh.in"
123123 VERBATIM
124124 )
125125 add_custom_target ("trurl-completion-zsh" ALL DEPENDS "${_completion_zsh} " )
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ PREFIX ?= /usr/local
3939BINDIR ?= $(PREFIX ) /bin
4040MANDIR ?= $(PREFIX ) /share/man/man1
4141ZSH_COMPLETIONSDIR ?= $(PREFIX ) /share/zsh/site-functions
42- COMPLETION_FILES = completions /_trurl.zsh
42+ COMPLETION_FILES = scripts /_trurl.zsh
4343
4444INSTALL ?= install
4545PYTHON3 ?= python3
File renamed without changes.
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ generate_zsh() {
7676 -e " s/@TRURL_STANDALONE_FLAGS@/${TRURL_STANDALONE_FLAGS} /g" \
7777 -e " s/@TRURL_COMPONENT_OPTIONS@/${TRURL_COMPONENT_OPTIONS} /g" \
7878 -e " s/@TRURL_COMPONENT_LIST@/${TRURL_COMPONENT_LIST} /g" \
79- ./completions /_trurl.zsh.in
79+ ./scripts /_trurl.zsh.in
8080}
8181
8282generate_zsh " $TRURL_RANDOM_OPTIONS "
You can’t perform that action at this time.
0 commit comments