| Commit message (Expand) | Author | Age | Files | Lines |
* | envvar overrideable PREFIX, BINDIR, MANDIR, PYTHON | rubicks | 2014-08-14 | 1 | -4/+4 |
* | [Makefile] Remove CHANGELOG entry | Philipp Hagemeister | 2014-05-30 | 1 | -1/+1 |
* | Makefile: write the manpage to the right file and use the processed markdown ... | Jaime Marquínez Ferrándiz | 2014-05-13 | 1 | -1/+1 |
* | Split man and README (Fixes #2892) | Philipp Hagemeister | 2014-05-13 | 1 | -2/+4 |
* | Makefile: include the docs in the tarball | Jaime Marquínez Ferrándiz | 2014-03-26 | 1 | -1/+2 |
* | Fix the indentation of the Makefile | Jaime Marquínez Ferrándiz | 2013-10-15 | 1 | -7/+7 |
* | Don't include the test/testdata directory in the youtube-dl.tar.gz | Jaime Marquínez Ferrándiz | 2013-10-15 | 1 | -0/+1 |
* | Update Makefile to packaged paths | Philipp Hagemeister | 2013-06-23 | 1 | -4/+4 |
* | only install to /etc if PREFIX is /usr or /usr/local | chocolateboy | 2013-05-10 | 1 | -1/+11 |
* | Include man and bash completion in PyPi release | Philipp Hagemeister | 2013-02-18 | 1 | -2/+9 |
* | Remove space before shebang | Philipp Hagemeister | 2013-01-27 | 1 | -1/+1 |
* | Option in makefile to select python interpreter | Jaime Marquínez Ferrándiz | 2013-01-25 | 1 | -1/+2 |
* | Add Makefile in tarball (Closes #626) | Philipp Hagemeister | 2013-01-11 | 1 | -3/+3 |
* | Fix tar target (--exclude-vcs is not supported everywhere, and reading . whil... | Philipp Hagemeister | 2013-01-07 | 1 | -13/+7 |
* | Simplify Makefile | Philipp Hagemeister | 2013-01-06 | 1 | -3/+22 |
* | re-worked release workflow, it is one-step and creates GPG signatures now | Filippo Valsorda | 2013-01-02 | 1 | -5/+3 |
* | some fixes, pulled the codename from the code | Filippo Valsorda | 2012-12-30 | 1 | -1/+1 |
* | changing the template file extension | gcmalloc | 2012-12-11 | 1 | -1/+1 |
* | rollback tests multiprocess, Travis and OSX don't support it | Filippo Valsorda | 2012-12-11 | 1 | -1/+2 |
* | it's curious but bash-completion is with - and not _ | Filippo Valsorda | 2012-12-08 | 1 | -2/+2 |
* | making the script compatible with python3 | gcmalloc | 2012-12-07 | 1 | -5/+3 |
* | youtube-dl.tar.gz make target | Filippo Valsorda | 2012-12-07 | 1 | -0/+6 |
* | devscripts/make_readme.py in place of all that sedding, that has porting prob... | Filippo Valsorda | 2012-12-07 | 1 | -11/+2 |
* | pip installs fine! | Filippo Valsorda | 2012-12-07 | 1 | -6/+2 |
* | New repo skeleton, getting ready for PyPi | Filippo Valsorda | 2012-11-29 | 1 | -10/+9 |
* | removed __main__.py from the root of the repo | Filippo Valsorda | 2012-11-29 | 1 | -1/+2 |
* | Make __main__ work in all scenarios with relative imports | Philipp Hagemeister | 2012-11-28 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2012-11-26 | 1 | -6/+4 |
|\ |
|
| * | fix FAQ on how to compile (also, starnge fix in the Makefile) | Filippo Valsorda | 2012-11-26 | 1 | -6/+4 |
* | | Document configuration | Philipp Hagemeister | 2012-11-26 | 1 | -2/+2 |
|/ |
|
* | Update install target | Till Maas | 2012-10-25 | 1 | -3/+10 |
* | StringIO used by nosetests do not merge with the way youtube-dl handle sys.st... | gcmalloc | 2012-10-19 | 1 | -1/+1 |
* | correcting the makefile according to the new one | gcmalloc | 2012-10-12 | 1 | -4/+1 |
* | removing extended globbing for the find utility | gcmalloc | 2012-10-12 | 1 | -1/+1 |
* | correcting the makefile | gcmalloc | 2012-10-12 | 1 | -1/+1 |
* | adding clean rule in the makefile | gcmalloc | 2012-10-12 | 1 | -1/+4 |
* | adding test rule in the Makefile | gcmalloc | 2012-10-12 | 1 | -0/+5 |
* | Added missing dependencies to Makefile | Filippo Valsorda | 2012-10-09 | 1 | -3/+2 |
* | Let Makefile use youtube-dl source code instead of compiled binary | Philipp Hagemeister | 2012-09-27 | 1 | -5/+5 |
* | Merge remote-tracking branch 'FiloSottille/automation' | Philipp Hagemeister | 2012-09-27 | 1 | -16/+38 |
|\ |
|
| * | add PREFIX option to make install | Filippo Valsorda | 2012-09-26 | 1 | -2/+3 |
| * | moved make release to devscripts/release.sh | Filippo Valsorda | 2012-09-25 | 1 | -11/+1 |
| * | A more "make-esque" Makefile with file targets and dependencies | Filippo Valsorda | 2012-08-03 | 1 | -31/+31 |
| * | added one-step realese script 'make release version=nn' - closes #158 | Filippo Valsorda | 2012-08-01 | 1 | -1/+11 |
| * | added automatically generated bash-completion; closes #191 | Filippo Valsorda | 2012-08-01 | 1 | -2/+8 |
| * | auto-generating manpage from README.md (closes #151); redesigned Makefile | Filippo Valsorda | 2012-08-01 | 1 | -12/+17 |
| * | Added install target to Makefile. | joehillen | 2012-07-22 | 1 | -1/+4 |
|/ |
|
* | quiet zip in make compile | Philipp Hagemeister | 2012-05-23 | 1 | -1/+1 |
* | Split code as a package, compiled into an executable zip | Filippo Valsorda | 2012-03-25 | 1 | -1/+4 |
* | Makefile: Don't use `echo`'s `-e` option for portability. | Rogério Brito | 2011-12-08 | 1 | -2/+4 |