Jaime Marquínez Ferrándiz
8e678af4ba
Makefile: fix 'find' command
...
It worked with the GNU version, but not with the BSD version.
10 years ago
Philipp Hagemeister
1c6510f57a
[Makefile] clean pyc files in clean target
10 years ago
Jaime Marquínez Ferrándiz
bfc993cc91
Merge branch 'subtitles-rework'
...
(Closes PR #4964 )
10 years ago
Jaime Marquínez Ferrándiz
ab84349b16
[test/YoutubeDL] Add test for subtitles
...
Updated the offlinetest make target to not skip it
10 years ago
Philipp Hagemeister
383456aa29
[Makefile] Also delete *.avi files in clean
10 years ago
Philipp Hagemeister
d200b11c7e
[Makefile] Simplify clean/cleanall
10 years ago
Jaime Marquínez Ferrándiz
c5d666d374
Fix build with python 2.6
...
* Packages cannot be executed
* '.format' needs the index of the argument
(Reported in https://github.com/Homebrew/homebrew/issues/35616 )
10 years ago
Philipp Hagemeister
8848314c08
[Makefile] Make offline tests actually work offline
10 years ago
Philipp Hagemeister
416c7fcbce
Add documentation about supported sites ( Fixes #4503 )
10 years ago
Jaime Marquínez Ferrándiz
dc9a441bfa
Move flake8 configuration to setup.cfg
...
It will be used when calling flake8 from any directory in the project
10 years ago
Jaime Marquínez Ferrándiz
ee6dfe8308
Use flake8 instead of pyflakes and pep8
...
It combines both tools
10 years ago
Philipp Hagemeister
39f594d660
[Makefile] Ensure that offline test really is offline
10 years ago
Philipp Hagemeister
a0ab29f8a1
Add offlinetest make target
10 years ago
Philipp Hagemeister
e56190b378
[Makefile] Add CONTRIBUTING.md ( Fixes #2984 )
10 years ago
Philipp Hagemeister
0fa2b899d1
[Makefile] remove *.info.json in clean target
10 years ago
Philipp Hagemeister
6407432333
[Makefile] remove temporary files in clean target
10 years ago
Xu Cheng
24f7fb5e1e
add zsh completion support into Makefile
10 years ago
Jaime Marquínez Ferrándiz
56d1912f1d
Add a completion script generator for the fish shell
10 years ago
rubicks
df866e7f2a
envvar overrideable PREFIX, BINDIR, MANDIR, PYTHON
10 years ago
Philipp Hagemeister
aae74e3832
[Makefile] Remove CHANGELOG entry
11 years ago
Jaime Marquínez Ferrándiz
dffcc2ea0c
Makefile: write the manpage to the right file and use the processed markdown document
11 years ago
Philipp Hagemeister
d19bb9c0aa
Split man and README ( Fixes #2892 )
11 years ago
Jaime Marquínez Ferrándiz
2c8a4ba6b5
Makefile: include the docs in the tarball
11 years ago
Jaime Marquínez Ferrándiz
76965512da
Fix the indentation of the Makefile
...
It uses tabs, no spaces.
11 years ago
Jaime Marquínez Ferrándiz
996d1c3242
Don't include the test/testdata directory in the youtube-dl.tar.gz
...
The last releases included big files that increased the size of the compressed file.
11 years ago
Philipp Hagemeister
633a50cf4b
Update Makefile to packaged paths
12 years ago
chocolateboy
5738240ee8
only install to /etc if PREFIX is /usr or /usr/local
12 years ago
Philipp Hagemeister
434eb6f26b
Include man and bash completion in PyPi release
12 years ago
Philipp Hagemeister
c67598c3e1
Remove space before shebang
12 years ago
Jaime Marquínez Ferrándiz
271d3fbdaa
Option in makefile to select python interpreter
12 years ago
Philipp Hagemeister
6dd3471900
Add Makefile in tarball ( Closes #626 )
12 years ago
Philipp Hagemeister
814eed0ea1
Fix tar target (--exclude-vcs is not supported everywhere, and reading . while writing to it can fail randomly)
12 years ago
Philipp Hagemeister
039dc61bd2
Simplify Makefile
12 years ago
Filippo Valsorda
b962b76f43
re-worked release workflow, it is one-step and creates GPG signatures now
12 years ago
Filippo Valsorda
f427df17ab
some fixes, pulled the codename from the code
12 years ago
gcmalloc
a4680a590f
changing the template file extension
12 years ago
Filippo Valsorda
fedb6816cd
rollback tests multiprocess, Travis and OSX don't support it
12 years ago
Filippo Valsorda
4c1d273e88
it's curious but bash-completion is with - and not _
12 years ago
gcmalloc
a9d2f7e894
making the script compatible with python3
12 years ago
Filippo Valsorda
23109d6a9c
youtube-dl.tar.gz make target
12 years ago
Filippo Valsorda
4bb028f48e
devscripts/make_readme.py in place of all that sedding, that has porting problems
12 years ago
Filippo Valsorda
a5741a3f5e
pip installs fine!
12 years ago
Filippo Valsorda
cc51a7d4e0
New repo skeleton, getting ready for PyPi
12 years ago
Filippo Valsorda
20ba04267c
removed __main__.py from the root of the repo
12 years ago
Philipp Hagemeister
f1cb5bcad2
Make __main__ work in all scenarios with relative imports
12 years ago
Philipp Hagemeister
8179d2ba74
Merge branch 'master' of github.com:rg3/youtube-dl
12 years ago
Philipp Hagemeister
df4bad3245
Document configuration
12 years ago
Filippo Valsorda
a7b5c8d6a8
fix FAQ on how to compile (also, starnge fix in the Makefile)
12 years ago
Till Maas
e79e8b7dc4
Update install target
...
- Allow to configure destination directories to fulfill the needs of
different distributions
- Support DESTDIR variable for staging installation when packaging
- Do not set user/group to root. It requires 'make install' to run as
root, but then this is the default behaviour anyways.
12 years ago
gcmalloc
edcc7d2dd3
StringIO used by nosetests do not merge with the way youtube-dl handle sys.stdout and sys.stderr
12 years ago