Merge branch 'master' of github.com:jyp/boon

This commit is contained in:
Jean-Philippe Bernardy 2016-11-25 13:50:06 +01:00
commit 981d5becae

View file

@ -5,9 +5,9 @@ sheets: colemak.pdf qwerty.pdf
%.pdf: cheat-sheet.hs %.hs
cp $*.hs Layout.hs
nix-shell --run "cabal build"
nix-shell --run "dist/build/boonCS/boonCS $*"
nix-shell --run "dist/build/boonCS/boonCS $*" # generate the size of boxes
nix-shell latex.nix --run "xelatex $*.tex"
nix-shell --run "dist/build/boonCS/boonCS $*"
nix-shell --run "dist/build/boonCS/boonCS $*" # generate the diagram according to the above sizes
nix-shell latex.nix --run "xelatex $*.tex"
test: