move asciimath folder in filters/
This commit is contained in:
parent
d0257fea0e
commit
a4ab2590d7
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule "asciimath"]
|
[submodule "asciimath"]
|
||||||
path = asciimath
|
path = filters/asciimath
|
||||||
url = https://github.com/Kerl13/AsciiMath.git
|
url = https://github.com/Kerl13/AsciiMath.git
|
||||||
|
2
Makefile
2
Makefile
@ -28,6 +28,6 @@ clean:
|
|||||||
find . -name "*.pandoc.pdf" -delete
|
find . -name "*.pandoc.pdf" -delete
|
||||||
|
|
||||||
deepclean: clean
|
deepclean: clean
|
||||||
(cd asciimath; make clean)
|
(cd filters/asciimath; make clean)
|
||||||
rm -f $(HS_FILTERS)
|
rm -f $(HS_FILTERS)
|
||||||
rm -f filters/*.hi filters/*.o
|
rm -f filters/*.hi filters/*.o
|
||||||
|
Loading…
Reference in New Issue
Block a user