On Mon, 2005-04-18 at 18:07 +0100, Will Ratcliffe wrote: > Also when i 'make install' only the xforms version is installed to > $prefix. Is this intentional? I'd like to install the gtk version > properly.
It appears that only the file symlinked to by src/lyx is installed. So, although I have lyx-xforms, lyx-qt and lyx-gtk built, only lyx-xforms gets installed (with the filename 'lyx'). Relevant excerpt from Makefile.am: > bin_PROGRAMS = lyx > noinst_PROGRAMS = $(FRONTENDS_PROGS) > EXTRA_PROGRAMS = lyx-xforms lyx-qt lyx-gtk Nothing seems to do anything with EXTRA_PROGRAMS. I don't understand. John