summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2007-07-01Fix running without installing.Yann E. MORIN"1-8/+16
Update README. Point help to the man page.
2007-07-01chmod ct-ng to be executable in the build dir.Yann E. MORIN"1-1/+2
2007-07-01Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"1-0/+109
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>