Skip to content

Commit edc443b

Browse files
committed
fixup move generate_completions.sh to scripts/
1 parent 0e7d7e1 commit edc443b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ PREFIX ?= /usr/local
3939
BINDIR ?= $(PREFIX)/bin
4040
MANDIR ?= $(PREFIX)/share/man/man1
4141
ZSH_COMPLETIONSDIR ?= $(PREFIX)/share/zsh/site-functions
42-
COMPLETION_FILES=completions/_trurl.zsh
42+
COMPLETION_FILES=scripts/_trurl.zsh
4343

4444
INSTALL ?= install
4545
PYTHON3 ?= python3
@@ -85,4 +85,4 @@ checksrc:
8585

8686
.PHONY: completions
8787
completions: trurl.md
88-
./completions/generate_completions.sh $^
88+
./scripts/generate_completions.sh $^

0 commit comments

Comments
 (0)