Skip to content
Snippets Groups Projects
Commit e059fab7 authored by Tarik Graba's avatar Tarik Graba :scream_cat:
Browse files

Adds partial documentation tex file to the clean target

parent c16077f4
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ clean:
@echo Cleaning $(TOP) and $(NEEDED)
@$(foreach file,$(TOP_NAME) $(TOP_NAME)-slide2 preview texput,$(foreach ext,$(EXT),[ -e $(file).$(ext) ] && rm -f $(file).$(ext) || true;))
@rm -f $(NEEDED)
@rm -f $(patsubst %.pdf, %.tex, $(NEEDED_DOC))
%.pdftex:%.fig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment