about summary refs log tree commit diff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* [Makefile] Add CONTRIBUTING.md (Fixes #2984)Philipp Hagemeister2014-12-121-2/+5
|
* [Makefile] remove *.info.json in clean targetPhilipp Hagemeister2014-12-121-1/+1
|
* [Makefile] remove temporary files in clean targetPhilipp Hagemeister2014-10-271-1/+1
|
* add zsh completion support into MakefileXu Cheng2014-10-071-6/+14
|
* Add a completion script generator for the fish shellJaime Marquínez Ferrándiz2014-09-141-6/+14
|
* envvar overrideable PREFIX, BINDIR, MANDIR, PYTHONrubicks2014-08-141-4/+4
|
* [Makefile] Remove CHANGELOG entryPhilipp Hagemeister2014-05-301-1/+1
|
* Makefile: write the manpage to the right file and use the processed markdown ↵Jaime Marquínez Ferrándiz2014-05-131-1/+1
| | | | document
* Split man and README (Fixes #2892)Philipp Hagemeister2014-05-131-2/+4
|
* Makefile: include the docs in the tarballJaime Marquínez Ferrándiz2014-03-261-1/+2
|
* Fix the indentation of the MakefileJaime Marquínez Ferrándiz2013-10-151-7/+7
| | | | It uses tabs, no spaces.
* Don't include the test/testdata directory in the youtube-dl.tar.gzJaime Marquínez Ferrándiz2013-10-151-0/+1
| | | | The last releases included big files that increased the size of the compressed file.
* Update Makefile to packaged pathsPhilipp Hagemeister2013-06-231-4/+4
|
* only install to /etc if PREFIX is /usr or /usr/localchocolateboy2013-05-101-1/+11
|
* Include man and bash completion in PyPi releasePhilipp Hagemeister2013-02-181-2/+9
|
* Remove space before shebangPhilipp Hagemeister2013-01-271-1/+1
|
* Option in makefile to select python interpreterJaime Marquínez Ferrándiz2013-01-251-1/+2
|
* Add Makefile in tarball (Closes #626)Philipp Hagemeister2013-01-111-3/+3
|
* Fix tar target (--exclude-vcs is not supported everywhere, and reading . ↵Philipp Hagemeister2013-01-071-13/+7
| | | | while writing to it can fail randomly)
* Simplify MakefilePhilipp Hagemeister2013-01-061-3/+22
|
* re-worked release workflow, it is one-step and creates GPG signatures nowFilippo Valsorda2013-01-021-5/+3
|
* some fixes, pulled the codename from the codeFilippo Valsorda2012-12-301-1/+1
|
* changing the template file extensiongcmalloc2012-12-111-1/+1
|
* rollback tests multiprocess, Travis and OSX don't support itFilippo Valsorda2012-12-111-1/+2
|
* it's curious but bash-completion is with - and not _Filippo Valsorda2012-12-081-2/+2
|
* making the script compatible with python3gcmalloc2012-12-071-5/+3
|
* youtube-dl.tar.gz make targetFilippo Valsorda2012-12-071-0/+6
|
* devscripts/make_readme.py in place of all that sedding, that has porting ↵Filippo Valsorda2012-12-071-11/+2
| | | | problems
* pip installs fine!Filippo Valsorda2012-12-071-6/+2
|
* New repo skeleton, getting ready for PyPiFilippo Valsorda2012-11-291-10/+9
|
* removed __main__.py from the root of the repoFilippo Valsorda2012-11-291-1/+2
|
* Make __main__ work in all scenarios with relative importsPhilipp Hagemeister2012-11-281-1/+1
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2012-11-261-6/+4
|\
| * fix FAQ on how to compile (also, starnge fix in the Makefile)Filippo Valsorda2012-11-261-6/+4
| |
* | Document configurationPhilipp Hagemeister2012-11-261-2/+2
|/
* Update install targetTill Maas2012-10-251-3/+10
| | | | | | | | - 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.
* StringIO used by nosetests do not merge with the way youtube-dl handle ↵gcmalloc2012-10-191-1/+1
| | | | sys.stdout and sys.stderr
* correcting the makefile according to the new onegcmalloc2012-10-121-4/+1
|
* removing extended globbing for the find utilitygcmalloc2012-10-121-1/+1
|
* correcting the makefilegcmalloc2012-10-121-1/+1
|
* adding clean rule in the makefilegcmalloc2012-10-121-1/+4
|
* adding test rule in the Makefilegcmalloc2012-10-121-0/+5
|
* Added missing dependencies to MakefileFilippo Valsorda2012-10-091-3/+2
|
* Let Makefile use youtube-dl source code instead of compiled binaryPhilipp Hagemeister2012-09-271-5/+5
|
* Merge remote-tracking branch 'FiloSottille/automation'Philipp Hagemeister2012-09-271-16/+38
|\
| * add PREFIX option to make installFilippo Valsorda2012-09-261-2/+3
| |
| * moved make release to devscripts/release.shFilippo Valsorda2012-09-251-11/+1
| |
| * A more "make-esque" Makefile with file targets and dependenciesFilippo Valsorda2012-08-031-31/+31
| |
| * added one-step realese script 'make release version=nn' - closes #158Filippo Valsorda2012-08-011-1/+11
| |
| * added automatically generated bash-completion; closes #191Filippo Valsorda2012-08-011-2/+8
| |