aboutsummaryrefslogtreecommitdiffstats
path: root/conkeror
Commit message (Collapse)AuthorAgeFilesLines
* Add install-strip targetGravatar Tom Willemsen2013-01-061-0/+3
|
* Use more variablesGravatar Tom Willemsen2013-01-061-1/+1
| | | | | This allows any command used to be overridden, when, for example, they're not installed in PATH.
* Add uninstall targetGravatar Tom Willemsen2013-01-061-1/+4
| | | | Removes all files from their installed locations.
* Add install target to MakefileGravatar Tom Willemsen2013-01-061-0/+8
| | | | | Installs everything under `DESTDIR', which is `/usr/local' by default.
* Rename linkwave to markamGravatar Tom Willemsen2012-12-291-23/+23
|
* Add/improve some documentation commentsGravatar Tom Willemsen2012-12-281-3/+4
| | | | Since CHICKEN scheme doesn't do docstrings I'm just using comments.
* Add GPLv3Gravatar Tom Willemsen2012-12-281-1/+25
|
* RestructureGravatar Tom Willemsen2012-12-281-0/+52
Put all source files in `src/' and add the `conkeror/' directory from the old project.