diff -r 426070e68b21 -r e5116c2e6187 IsaMakefile --- a/IsaMakefile Mon Feb 07 10:23:23 2011 +0000 +++ b/IsaMakefile Mon Feb 07 11:12:36 2011 +0000 @@ -40,6 +40,20 @@ cd tphols-2011/generated ; $(ISABELLE_TOOL) latex -o pdf root.tex cp tphols-2011/generated/root.pdf tphols-2011/myhill.pdf +## full paper + +fullsession2: tphols-2011/ROOT.ML \ + tphols-2011/document/root* \ + *.thy + @$(USEDIR) -D generated -f ROOT.ML HOL tphols-2011 + +fullpaper: fullsession2 + rm -f tphols-2011/generated/*.aux # otherwise latex will fall over + cd tphols-2011/generated ; $(ISABELLE_TOOL) latex -o pdf root.tex + cd tphols-2011/generated ; $(ISABELLE_TOOL) latex -o pdf root.tex + cp tphols-2011/generated/root.pdf tphols-2011/myhill.pdf + + ## ITP paper