26 Commits (92b91c18780938283c505f5662c458e049bf3567)

Author SHA1 Message Date
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
gcmalloc 6d9c22cd26 correcting the makefile according to the new one 12 years ago
gcmalloc 729baf58b2 removing extended globbing for the find utility 12 years ago
gcmalloc 5a33b73309 correcting the makefile 12 years ago
gcmalloc 434d60cd95 adding clean rule in the makefile 12 years ago
gcmalloc b387fb0385 adding test rule in the Makefile 12 years ago
Filippo Valsorda 646b885cbf Added missing dependencies to Makefile 12 years ago
Philipp Hagemeister 20326b8b1b Let Makefile use youtube-dl source code instead of compiled binary 12 years ago
Philipp Hagemeister 85f76ac90b Merge remote-tracking branch 'FiloSottille/automation' 12 years ago
Filippo Valsorda 0e841bdc54 add PREFIX option to make install 12 years ago
Filippo Valsorda 225dceb046 moved make release to devscripts/release.sh 12 years ago
Filippo Valsorda dce1088450 A more "make-esque" Makefile with file targets and dependencies 12 years ago
Filippo Valsorda 7a7c093ab0 added one-step realese script 'make release version=nn' - closes #158 12 years ago
Filippo Valsorda ce7b2a40d0 added automatically generated bash-completion; closes #191 12 years ago
Filippo Valsorda cfcec69331 auto-generating manpage from README.md (closes #151); redesigned Makefile 12 years ago
joehillen ef0c08cdfe Added install target to Makefile. 12 years ago
Philipp Hagemeister 668d975039 quiet zip in make compile 12 years ago
Filippo Valsorda d77c3dfd02 Split code as a package, compiled into an executable zip 12 years ago
Rogério Brito 66e8777769 Makefile: Don't use `echo`'s `-e` option for portability.
Many systems (including Debian, Ubuntu and derivatives like Linux Mint) use
Dash as a noninteractive version of `/bin/sh`, invoked by `make`.

Dash's `echo` command doesn't understand the `-e` option and this generates
spurious output when running `make`.  See [a bugreport][0] for one of the
many instances of this bug/feature in action.

[0]: https://bugs.launchpad.net/ubuntu/+source/dash/+bug/72167
13 years ago
Philipp Hagemeister cb6568bf21 Use the dev version in Makefile 13 years ago
Philipp Hagemeister 235b3ba479 Move code into a separate Python module 13 years ago
Philipp Hagemeister b576abb457 Automatically generate LATEST_VERSION (Closes #16) 13 years ago
Philipp Hagemeister 8f88eb1fa7 Update Makefile to new README format 13 years ago
Philipp Hagemeister 5fd5ce0838 Add default make target 13 years ago
Philipp Hagemeister 4618f3da74 Makefile to recreate README 13 years ago