aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2013-10-28 09:57:36 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2013-10-28 23:33:24 +0800
commitedc4614e6339f8e232d1c86d2fe4f15c91ced5b8 (patch)
treeffecb3e7e108ee1f851718e98e79bf79b17f2244 /Makefile.in
parentcf766b55cca979745f6c218d78f9cdcc297b3f20 (diff)
add completions for source and document the move away from '.'
Closes: #310
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 2e3a03e3..a0be4973 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -233,7 +233,7 @@ TESTS_DIR_FILES := $(TEST_IN) $(TEST_IN:.in=.out) $(TEST_IN:.in=.err) \
# Files in ./share/completions/
#
-COMPLETIONS_DIR_FILES := $(wildcard share/completions/*.fish)
+COMPLETIONS_DIR_FILES := $(wildcard share/completions/*.fish) share/completions/..fish
#