Skip to content

Commit

Permalink
changing the template file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
gcmalloc authored and FiloSottile committed Dec 11, 2012
1 parent fedb681 commit a4680a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion devscripts/bash-completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import youtube_dl

BASH_COMPLETION_FILE = "youtube-dl.bash-completion"
BASH_COMPLETION_TEMPLATE = "devscripts/bash-completion.template"
BASH_COMPLETION_TEMPLATE = "devscripts/bash-completion.in"

def build_completion(opt_parser):
opts_flag = []
Expand Down

0 comments on commit a4680a5

Please sign in to comment.