aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Don't pull in $0 into diagnostics by accident.Kaz Kylheku2022-07-021-1/+1
| | | | Reported by Paul A. Patience.
* Restructure cppawk installation.Kaz Kylheku2022-07-0215-0/+2695
cppawk now expects to be installed in some directory (typically "bin"), such that the include files are in a "share/cppawk/include" directory where "share" is a sibling of "bin". The git repository is restructured to match this shape; cppawk is moved into "bin", and the include files into "share/cppawk/include".