aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't install licenses files.Yann E. MORIN"2007-07-021-3/+3
|
* Fix running without installing.Yann E. MORIN"2007-07-011-8/+16
| | | | | Update README. Point help to the man page.
* chmod ct-ng to be executable in the build dir.Yann E. MORIN"2007-07-011-1/+2
|
* Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"2007-07-011-0/+109
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>