mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-12-06 09:34:25 -06:00
Increase clean_figures robustness
as we use temporary tex files (.tex.in) we can't run clean_figures twice in a row
This commit is contained in:
@@ -124,7 +124,7 @@ check: $(SRC_TEX)
|
||||
|
||||
.PHONY: clean_figures
|
||||
clean_figures:
|
||||
$(CLEAN) $(patsubst %.tex, %.png.in, $(src_figures))
|
||||
- $(CLEAN) $(patsubst %.tex, %.png.in, $(src_figures))
|
||||
- rm $(patsubst %.tex, %.png.pdf, $(src_figures))
|
||||
- rm $(patsubst %.tex, %.png.in, $(src_figures))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user