aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove Urxvt.perl-lib definitionTom Ryder2014-04-261-2/+2
| | | | | | I didn't read the manpage. It turns out that urxvt will search $HOME/.urxvt/ext by default for its extensions, so I don't need to specify a path here (much less a fixed string rather than a variable).
* Replace clipboard urxvt with abbreviated scriptTom Ryder2014-04-261-2/+2
| | | | | I didn't need the keybindings or the paste functionality, just the autocopy feature.
* Add install target for rxvt-unicode toolsTom Ryder2014-03-021-0/+5
|
* Add install target for Perl toolsTom Ryder2014-03-021-0/+4
|
* Use variable for $HOME, not tildeTom Ryder2014-03-021-1/+1
|
* Add missing directory creationTom Ryder2014-03-021-0/+1
|
* Move submodule pulls to end of recipeTom Ryder2014-03-021-1/+1
|
* Using Makefile-based install systemTom Ryder2014-03-021-0/+117
Just in an effort to use the right tool for the job. The new Makefile also makes more of an effort to remove and symlink files rather than whole directories, which means I shouldn't need stupid stuff in .gitignore anymore, so that's gone too.