X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=examples%2FMakefile;h=ff6f713688031a12bcf0ce3d4b0c4bad07a36fc3;hb=2f22f2f26622f85e457060de3a5c534004a26e79;hp=f880d818790e16e282dce8d89298cab1d41758d2;hpb=bc93ead06902db52dfcc229084a42152d4166bdf;p=coq-hetmet.git diff --git a/examples/Makefile b/examples/Makefile index f880d81..ff6f713 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -5,6 +5,7 @@ open: open .build/test.pdf #sanity += BiGArrow.hs +sanity += KappaDemo.hs sanity += CircuitExample.hs sanity += CommandSyntaxExample.hs sanity += DotProduct.hs @@ -30,4 +31,4 @@ demo: ../../../inplace/bin/ghc-stage2 $(ghc_opt) --show-iface .build/Demo.hi ../../../inplace/bin/ghc-stage2 $(ghc_opt) GArrowTikZ.hs Demo.hs DemoMain.hs Unify.hs -o .build/demo ./.build/demo > .build/test.tex - cd .build; pdflatex test.tex + cd .build; TEXINPUTS=../tex-bits/:$TEXINPUTS: pdflatex test.tex