about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorgcmalloc <gcmalloc@gmail.com>2012-12-11 19:17:02 +0100
committerFilippo Valsorda <filippo.valsorda@gmail.com>2012-12-11 20:49:54 +0100
commita4680a590f46b1cee44be04d7f285bbe7b6a8d63 (patch)
tree719c1ce54e2d17f8dbf9d89c3feb4157ad3e43e7 /Makefile
parentfedb6816cd045b4a0a12b7cd1a51a1712abde874 (diff)
downloadyoutube-dl-a4680a590f46b1cee44be04d7f285bbe7b6a8d63.tar.gz
youtube-dl-a4680a590f46b1cee44be04d7f285bbe7b6a8d63.tar.xz
youtube-dl-a4680a590f46b1cee44be04d7f285bbe7b6a8d63.zip
changing the template file extension
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 426acd357..818d93bdb 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ README.txt: README.md
 youtube-dl.1: README.md
 	pandoc -s -f markdown -t man README.md -o youtube-dl.1
 
-youtube-dl.bash-completion: youtube_dl/*.py devscripts/bash-completion.template
+youtube-dl.bash-completion: youtube_dl/*.py devscripts/bash-completion.in
 	python devscripts/bash-completion.py
 
 youtube-dl.tar.gz: all