Do a cabal update before making asciimath
This commit is contained in:
parent
685e76862f
commit
3e0655f61f
2
Makefile
2
Makefile
@ -21,7 +21,7 @@ $(HS_FILTERS):
|
|||||||
ghc --make $@.hs -o $@
|
ghc --make $@.hs -o $@
|
||||||
|
|
||||||
$(ASCIIMATH):
|
$(ASCIIMATH):
|
||||||
(cd filters/asciimath; make filter-only)
|
(cd filters/asciimath; cabal update; make filter-only)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OUT)
|
rm -f $(OUT)
|
||||||
|
@ -18,3 +18,8 @@ easy numbering and referencing.
|
|||||||
bibliography management and citation. See [this part of Pandoc
|
bibliography management and citation. See [this part of Pandoc
|
||||||
README](http://pandoc.org/README.html#citations) as well for more infos on
|
README](http://pandoc.org/README.html#citations) as well for more infos on
|
||||||
this.
|
this.
|
||||||
|
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
* `alex` and `happy`
|
||||||
|
Loading…
Reference in New Issue
Block a user