comparison kpathsea/proginit.c @ 3172:1f0b06020e36

[project @ 1998-04-24 04:24:34 by jwe]
author jwe
date Fri, 24 Apr 1998 04:24:48 +0000
parents faa5d0421460
children
comparison
equal deleted inserted replaced
3171:c925de13bb22 3172:1f0b06020e36
34 string header_var = concat (prefix, "HEADERS"); 34 string header_var = concat (prefix, "HEADERS");
35 string makepk_var = concat (prefix, "MAKEPK"); 35 string makepk_var = concat (prefix, "MAKEPK");
36 string size_var = concat (prefix, "SIZES"); 36 string size_var = concat (prefix, "SIZES");
37 37
38 /* Do both `pk_format' and `any_glyph_format' for the sake of xdvi; in 38 /* Do both `pk_format' and `any_glyph_format' for the sake of xdvi; in
39 general, MakeTeXPK might apply to either, and the program will ask 39 general, mktexpk might apply to either, and the program will ask
40 for the one it wants. */ 40 for the one it wants. */
41 41
42 /* Might have a program-specific name for MakeTeXPK itself. */ 42 /* Might have a program-specific name for mktexpk itself. */
43 if (getenv (makepk_var)) { 43 if (getenv (makepk_var)) {
44 /* If we did, we want to enable the program, I think. */ 44 /* If we did, we want to enable the program, I think. */
45 kpse_set_program_enabled (kpse_pk_format, 1, kpse_src_env); 45 kpse_set_program_enabled (kpse_pk_format, 1, kpse_src_env);
46 kpse_set_program_enabled (kpse_any_glyph_format, 1, kpse_src_env); 46 kpse_set_program_enabled (kpse_any_glyph_format, 1, kpse_src_env);
47 47