README for matplotlib fonts problemns

This commit is contained in:
2019-12-02 13:04:32 +01:00
parent 2eaddbf90b
commit bfad4ac339
7 changed files with 32 additions and 5 deletions

View File

@@ -36,6 +36,9 @@ watchpdf :
watchscript :
while true; do ! make -s -q script && make script; sleep 0.5; done
cleanplots:
for sd in $(SUBDIRS); do $(MAKE) -C $$sd/lecture cleanplots; done
cleantex:
rm -f *~ $(BASENAME).aux $(BASENAME).log $(BASENAME).out $(BASENAME)-solutions.tex $(BASENAME).toc $(BASENAME).lo? $(BASENAME).idx $(BASENAME)-term.i* $(BASENAME)-enterm.i* $(BASENAME)-code.i*
for sd in $(SUBDIRS); do $(MAKE) -C $$sd/lecture cleantex; done