mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-14 10:37:36 -07:00
changing the template file extension
This commit is contained in:
parent
fedb6816cd
commit
a4680a590f
3 changed files with 2 additions and 2 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue