document -c;
authorwenzelm
Wed, 09 Feb 2000 12:30:04 +0100
changeset 8219 504689622489
parent 8218 6c4bec5cd2ac
child 8220 e04928747b18
document -c;
src/Pure/Thy/present.ML
--- a/src/Pure/Thy/present.ML	Wed Feb 09 12:29:03 2000 +0100
+++ b/src/Pure/Thy/present.ML	Wed Feb 09 12:30:04 2000 +0100
@@ -327,7 +327,7 @@
 (* finish session *)
 
 fun isatool_document doc_format doc_prefix =
-  let val cmd = "$ISATOOL document -o '" ^ doc_format ^ "' '" ^ File.sysify_path doc_prefix ^ "'"
+  let val cmd = "$ISATOOL document -c -o '" ^ doc_format ^ "' '" ^ File.sysify_path doc_prefix ^ "'"
   in writeln cmd; if system cmd <> 0 then error "Failed to build document" else () end;
 
 fun write_tex src name path = Buffer.write (Path.append path (tex_path name)) src;