# HG changeset patch # User haftmann # Date 1285668637 -7200 # Node ID 93a10347e356fae67bc844955703bc38208594eb # Parent 150f831ce4a339a3717d10a69ae447cb04005f4f added dependency to base image to ensure that the doc test actually rebuilds the tutorial diff -r 150f831ce4a3 -r 93a10347e356 doc-src/Classes/IsaMakefile --- a/doc-src/Classes/IsaMakefile Tue Sep 28 09:54:07 2010 +0200 +++ b/doc-src/Classes/IsaMakefile Tue Sep 28 12:10:37 2010 +0200 @@ -23,10 +23,10 @@ Thy: $(THY) -$(THY): Thy/ROOT.ML Thy/Setup.thy Thy/Classes.thy ../antiquote_setup.ML ../more_antiquote.ML +$(THY): $(OUT)/HOL Thy/ROOT.ML Thy/Setup.thy Thy/Classes.thy ../antiquote_setup.ML ../more_antiquote.ML @$(USEDIR) HOL Thy @rm -f Thy/document/isabelle.sty Thy/document/isabellesym.sty \ - Thy/document/pdfsetup.sty Thy/document/session.tex + Thy/document/pdfsetup.sty Thy/document/session.tex ## clean