mirror of https://github.com/CGAL/cgal
14 lines
398 B
Diff
14 lines
398 B
Diff
Index: src/cc_extract_html.C
|
|
===================================================================
|
|
--- src/cc_extract_html.C (revision 29890)
|
|
+++ src/cc_extract_html.C (working copy)
|
|
@@ -178,7 +178,7 @@
|
|
config_path = s;
|
|
s = getenv("LATEX_CONV_INPUTS");
|
|
if( s )
|
|
- latex_conv_inputs = s;
|
|
+ latex_conv_inputs = s + latex_conv_inputs;
|
|
|
|
int i;
|
|
int nParameters = 0;
|