move asciimath folder in filters/

This commit is contained in:
Martin Pépin 2016-04-11 15:01:26 +02:00
parent d0257fea0e
commit a4ab2590d7
3 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "asciimath"]
path = asciimath
path = filters/asciimath
url = https://github.com/Kerl13/AsciiMath.git

View File

@ -28,6 +28,6 @@ clean:
find . -name "*.pandoc.pdf" -delete
deepclean: clean
(cd asciimath; make clean)
(cd filters/asciimath; make clean)
rm -f $(HS_FILTERS)
rm -f filters/*.hi filters/*.o