make
Use Makefiles for more than handling source code
This week’s TechMail is Use Makefiles for more than handling source code which takes a quick look at how you can use make for more than just handling source code. The example provided uses make to update remote websites (which is moderately related to source code I guess), but shows how you can manage individual [...]
Manage dotfile configuration with subversion
Last week’s Techmail was Manage dotfile configuration with subversion which goes into use subversion to manage all those pesky little .foo files in $HOME. It uses a combination of subversion and make to handle it and works quite well, although the Makefile could probably be tweaked to be less annoying. I don’t have the make-foo [...]