Commit Graph

111 Commits (eefa0f21573fe6c21996f7d4d90806dfed3adb7d)

Author SHA1 Message Date
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
12 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