proper root for document variants (cf. be8002ee43d8);
authorwenzelm
Thu, 07 Feb 2013 13:20:05 +0100
changeset 51081 70a4c11cd79e
parent 51080 bece235e3054
child 51082 55b82b1417d1
child 51083 10062c40ddaa
proper root for document variants (cf. be8002ee43d8);
lib/Tools/document
--- a/lib/Tools/document	Thu Feb 07 12:08:37 2013 +0100
+++ b/lib/Tools/document	Thu Feb 07 13:20:05 2013 +0100
@@ -124,7 +124,7 @@
   "$ISABELLE_TOOL" latex -o "$FMT" "$ROOT_NAME.tex" && \
   { [ ! -f "$ROOT_NAME.bib" ] || "$ISABELLE_TOOL" latex -o bbl "$ROOT_NAME.tex"; } && \
   { [ ! -f "$ROOT_NAME.idx" ] || "$ISABELLE_TOOL" latex -o idx "$ROOT_NAME.tex"; } && \
-  "$ISABELLE_TOOL" latex -o "$FMT"
+  "$ISABELLE_TOOL" latex -o "$FMT" "$ROOT_NAME.tex"
 }
 
 (