aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* StringIO used by nosetests do not merge with the way youtube-dl handle sys.st...gcmalloc2012-10-191-1/+1
* 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
| * auto-generating manpage from README.md (closes #151); redesigned MakefileFilippo Valsorda2012-08-011-12/+17
| * Added install target to Makefile.joehillen2012-07-221-1/+4
|/
* quiet zip in make compilePhilipp Hagemeister2012-05-231-1/+1
* Split code as a package, compiled into an executable zipFilippo Valsorda2012-03-251-1/+4
* Makefile: Don't use `echo`'s `-e` option for portability.Rogério Brito2011-12-081-2/+4
* Use the dev version in MakefilePhilipp Hagemeister2011-11-211-2/+2
* Move code into a separate Python modulePhilipp Hagemeister2011-11-211-3/+4
* Automatically generate LATEST_VERSION (Closes #16)Philipp Hagemeister2011-09-131-2/+4
* Update Makefile to new README formatPhilipp Hagemeister2011-09-041-2/+2
* Add default make targetPhilipp Hagemeister2011-08-281-1/+4
* Makefile to recreate READMEPhilipp Hagemeister2011-08-251-0/+15