>>>>> "José" == José Matos <[EMAIL PROTECTED]> writes:
José> On Thursday 16 November 2006 9:37 am, Peter Kümmel wrote: >> There are several paces where LYX_DIR_14x is hard coded. Shouldn't >> it be changed to LYX_DIR_15x? José> You are right, the places I have found are: I am not sure you did the right search. I found: fantomas: grep -r 14x .|grep -v /po/|grep -v ChangeLog ./src/support/package.h: * the LYX_USERDIR_14x environment variable. ./src/support/package.C.in: // 2. Use the "LYX_DIR_14x" environment variable. ./src/support/package.C.in: path = extract_env_var_dir("LYX_DIR_14x"); ./src/support/package.C.in: if (check_env_var_dir(path, chkconfig_ltx, "LYX_DIR_14x")) ./src/support/package.C.in: "set the environment variable LYX_DIR_14x to " ./src/support/package.C.in: // 2. Use the LYX_USERDIR_14x environment variable. ./src/support/package.C.in: path = extract_env_var_dir("LYX_USERDIR_14x"); ./lyx.man:.B LYX_DIR_14x ./lyx.man:2) LYX_DIR_14x environment variable ./lyx.man:.B LYX_USERDIR_14x ./lyx.man:2) LYX_USERDIR_14x environment variable JMarc