Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-08 | Makefile: Don't use `echo`'s `-e` option for portability. | Rogério Brito | |
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 | |||
2011-11-21 | Use the dev version in Makefile | Philipp Hagemeister | |
2011-11-21 | Move code into a separate Python module | Philipp Hagemeister | |
2011-09-13 | Automatically generate LATEST_VERSION (Closes #16) | Philipp Hagemeister | |
2011-09-04 | Update Makefile to new README format | Philipp Hagemeister | |
2011-08-28 | Add default make target | Philipp Hagemeister | |
2011-08-25 | Makefile to recreate README | Philipp Hagemeister | |