]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - Makefile
Extract the base_url for the XML download from the JS snippet's 'server' variable.
[youtube-dl.git] / Makefile
index cce55b2ea5e4d843d7d233a7200d3f58e1eed04a..c079761efa9b2e60887575f4cd7626d0abe469a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ README.txt: README.md
 
 youtube-dl.1: README.md
        python devscripts/prepare_manpage.py >youtube-dl.1.temp.md
-       pandoc -s -f markdown -t man README.md -o youtube-dl.1.temp.md
+       pandoc -s -f markdown -t man youtube-dl.1.temp.md -o youtube-dl.1
        rm -f youtube-dl.1.temp.md
 
 youtube-dl.bash-completion: youtube_dl/*.py youtube_dl/*/*.py devscripts/bash-completion.in
@@ -77,6 +77,6 @@ youtube-dl.tar.gz: youtube-dl README.md README.txt youtube-dl.1 youtube-dl.bash-
                --exclude 'docs/_build' \
                -- \
                bin devscripts test youtube_dl docs \
-               CHANGELOG LICENSE README.md README.txt \
+               LICENSE README.md README.txt \
                Makefile MANIFEST.in youtube-dl.1 youtube-dl.bash-completion setup.py \
                youtube-dl