summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2014-12-14Add offlinetest make targetPhilipp Hagemeister
2014-12-12[Makefile] Add CONTRIBUTING.md (Fixes #2984)Philipp Hagemeister
2014-12-12[Makefile] remove *.info.json in clean targetPhilipp Hagemeister
2014-10-27[Makefile] remove temporary files in clean targetPhilipp Hagemeister
2014-10-07add zsh completion support into MakefileXu Cheng
2014-09-14Add a completion script generator for the fish shellJaime Marquínez Ferrándiz
2014-08-14envvar overrideable PREFIX, BINDIR, MANDIR, PYTHONrubicks
2014-05-30[Makefile] Remove CHANGELOG entryPhilipp Hagemeister
2014-05-13Makefile: write the manpage to the right file and use the processed markdown ...Jaime Marquínez Ferrándiz
2014-05-13Split man and README (Fixes #2892)Philipp Hagemeister
2014-03-26Makefile: include the docs in the tarballJaime Marquínez Ferrándiz
2013-10-15Fix the indentation of the MakefileJaime Marquínez Ferrándiz
2013-10-15Don't include the test/testdata directory in the youtube-dl.tar.gzJaime Marquínez Ferrándiz
2013-06-23Update Makefile to packaged pathsPhilipp Hagemeister
2013-05-10only install to /etc if PREFIX is /usr or /usr/localchocolateboy
2013-02-18Include man and bash completion in PyPi releasePhilipp Hagemeister
2013-01-27Remove space before shebangPhilipp Hagemeister
2013-01-25Option in makefile to select python interpreterJaime Marquínez Ferrándiz
2013-01-11Add Makefile in tarball (Closes #626)Philipp Hagemeister
2013-01-07Fix tar target (--exclude-vcs is not supported everywhere, and reading . whil...Philipp Hagemeister
2013-01-06Simplify MakefilePhilipp Hagemeister
2013-01-02re-worked release workflow, it is one-step and creates GPG signatures nowFilippo Valsorda
2012-12-30some fixes, pulled the codename from the codeFilippo Valsorda
2012-12-11changing the template file extensiongcmalloc
2012-12-11rollback tests multiprocess, Travis and OSX don't support itFilippo Valsorda
2012-12-08it's curious but bash-completion is with - and not _Filippo Valsorda
2012-12-07making the script compatible with python3gcmalloc
2012-12-07youtube-dl.tar.gz make targetFilippo Valsorda
2012-12-07devscripts/make_readme.py in place of all that sedding, that has porting prob...Filippo Valsorda
2012-12-07pip installs fine!Filippo Valsorda
2012-11-29New repo skeleton, getting ready for PyPiFilippo Valsorda
2012-11-29removed __main__.py from the root of the repoFilippo Valsorda
2012-11-28Make __main__ work in all scenarios with relative importsPhilipp Hagemeister
2012-11-26Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2012-11-26Document configurationPhilipp Hagemeister
2012-11-26fix FAQ on how to compile (also, starnge fix in the Makefile)Filippo Valsorda
2012-10-25Update install targetTill Maas
2012-10-19StringIO used by nosetests do not merge with the way youtube-dl handle sys.st...gcmalloc
2012-10-12correcting the makefile according to the new onegcmalloc
2012-10-12removing extended globbing for the find utilitygcmalloc
2012-10-12correcting the makefilegcmalloc
2012-10-12adding clean rule in the makefilegcmalloc
2012-10-12adding test rule in the Makefilegcmalloc
2012-10-09Added missing dependencies to MakefileFilippo Valsorda
2012-09-27Let Makefile use youtube-dl source code instead of compiled binaryPhilipp Hagemeister
2012-09-27Merge remote-tracking branch 'FiloSottille/automation'Philipp Hagemeister
2012-09-26add PREFIX option to make installFilippo Valsorda
2012-09-25moved make release to devscripts/release.shFilippo Valsorda
2012-08-03A more "make-esque" Makefile with file targets and dependenciesFilippo Valsorda
2012-08-01added one-step realese script 'make release version=nn' - closes #158Filippo Valsorda