Add install/uninstall/reinstall rules, and make work on Windows
commitce06a0637794aec290189faae0b150af758cfc02
authorMarius Storm-Olsen <marius@trolltech.com>
Mon, 16 Feb 2009 13:41:37 +0000 (16 14:41 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 16 Feb 2009 13:58:18 +0000 (16 14:58 +0100)
tree76df90cbf16c5d21aaabe5fdbb81bd0fbb027acf
parent8fe53c94c5ec21d7abd5c61e1eaa7e14b523af12
Add install/uninstall/reinstall rules, and make work on Windows

To make it work on Windows, we list the files with ls, sed out
only files ending with .default, and grabbing the first one.

We add the reinstall target to make testing easier on Windows,
since ln -s on Windows simply copies the files to the new
location. reinstall therefore removes it and copies a fresh
version.

Also switch to simply $(HOME)/.thunderbird/*.default on Unix,
as that's really the standard path, while .mozilla-thunderbird
is an Debian/Ubuntu invention.
Makefile