Pygments for code listings
This commit is contained in:
parent
b798424712
commit
adc5bbdde5
6
Makefile
6
Makefile
@ -32,8 +32,12 @@ languagetool:
|
|||||||
languagetool <(cat $(SRC) | ./scripts/detex.py)
|
languagetool <(cat $(SRC) | ./scripts/detex.py)
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean: clean_dot
|
clean: clean_dot clean_tex
|
||||||
|
|
||||||
|
.PHONY: clean_tex
|
||||||
|
clean_tex:
|
||||||
latexmk -C
|
latexmk -C
|
||||||
|
rm -rf ./_minted-report/
|
||||||
|
|
||||||
.PHONY: clean_dot
|
.PHONY: clean_dot
|
||||||
clean_dot:
|
clean_dot:
|
||||||
|
Loading…
Reference in New Issue
Block a user