Do a cabal update before making asciimath

This commit is contained in:
Lucas Verney 2016-04-15 00:35:20 +02:00
parent 685e76862f
commit 3e0655f61f
2 changed files with 6 additions and 1 deletions

View File

@ -21,7 +21,7 @@ $(HS_FILTERS):
ghc --make $@.hs -o $@
$(ASCIIMATH):
(cd filters/asciimath; make filter-only)
(cd filters/asciimath; cabal update; make filter-only)
clean:
rm -f $(OUT)

View File

@ -18,3 +18,8 @@ easy numbering and referencing.
bibliography management and citation. See [this part of Pandoc
README](http://pandoc.org/README.html#citations) as well for more infos on
this.
## Dependencies
* `alex` and `happy`