From: Martin Q. <mar...@im...> - 2005-02-15 00:58:06
|
On Mon, Feb 14, 2005 at 12:38:29PM -0500, Dowling, Will (TS USA) wrote: > I'd like to modify the Makefile a bit. The principle goal would be to > allow >1 version of flexml to exist on a system at the same time. I > think this would require putting the 'skel' file in a directory with the > version embedded in the path, for example > /usr/share/flexml/1.2/skel >=20 > I would also have the installed executable be flexml-$(VER) and have a > symlink in $(BINDIR) from flexml to flexml-$(VER) (mimicking what debian > does with /etc/alternatives, but not requiring that.) >=20 > Perhaps one would do similarly with the documentation and examples. >=20 > What do people think about that?=20 I don't feel the need to add this by default to the code, but as an option, it would be welcome, I guess. Please make it a specific target of the Makefile so that it doesn't trouble the other targets. You don't want to convert your ton of existing parsers right now, do you ? = hehe. Thanks for your time, Mt. |