Well, install_conf is a separate target that needs to be run
explicitly for reasons mentioned here:
http://groups.google.com/group/euclid-wm/browse_thread/thread/5c02ea8cc5c83147
Point being, for this to get run the user has already decided to
install the config file specifically, so asking if he wants to install
the config file doesn't seem necessary.
And the -b switch should make a backup of any original (just in case
the user had already modified the file).
I do not like the install_conf workaround, specifically because it
requires an extra, non-standard step. I suppose the best I can do at
the moment would be to add an echo "Run make install_conf as a user to
install configuration files for that user" at the end of install:.
What I like better though, is putting the sample/default config in
/usr/share/euclid-wm then if it doesn't exist at startup, having
euclid copy it to the user's home directory.
Best,
Will