Commit Graph

69 Commits (4d1718481755dde078678b6e55d457fc6351fcdd)

Author SHA1 Message Date
Filippo Valsorda 646b885cbf Added missing dependencies to Makefile
Philipp Hagemeister 20326b8b1b Let Makefile use youtube-dl source code instead of compiled binary
Philipp Hagemeister 85f76ac90b Merge remote-tracking branch 'FiloSottille/automation'
Filippo Valsorda 0e841bdc54 add PREFIX option to make install
Filippo Valsorda 225dceb046 moved make release to devscripts/release.sh
Filippo Valsorda dce1088450 A more "make-esque" Makefile with file targets and dependencies
Filippo Valsorda 7a7c093ab0 added one-step realese script 'make release version=nn' - closes
Filippo Valsorda ce7b2a40d0 added automatically generated bash-completion; closes
Filippo Valsorda cfcec69331 auto-generating manpage from README.md (closes ); redesigned Makefile
joehillen ef0c08cdfe Added install target to Makefile.
Philipp Hagemeister 668d975039 quiet zip in make compile
Filippo Valsorda d77c3dfd02 Split code as a package, compiled into an executable zip
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
Philipp Hagemeister cb6568bf21 Use the dev version in Makefile
Philipp Hagemeister 235b3ba479 Move code into a separate Python module
Philipp Hagemeister b576abb457 Automatically generate LATEST_VERSION (Closes )
Philipp Hagemeister 8f88eb1fa7 Update Makefile to new README format
Philipp Hagemeister 5fd5ce0838 Add default make target
Philipp Hagemeister 4618f3da74 Makefile to recreate README