From 8df5c78f42187fb42de7f821d525d8aebbadfe04 Mon Sep 17 00:00:00 2001 From: Nikolay Shaplov Date: Sat, 20 Jun 2026 19:47:54 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?utf8?q?=D0=BE=D1=87=D0=B8=D1=81=D1=82=D0=BA=D1=83=20=D0=BE=D1=82=20?= =?utf8?q?=D0=B4=D0=BE=D0=BF=D0=BE=D0=BB=D0=BD=D0=B8=D1=82=D0=B5=D0=BB?= =?utf8?q?=D1=8C=D0=BD=D1=8B=D1=85=20=D0=BD=D0=B5=20=D0=BD=D1=83=D0=B6?= =?utf8?q?=D0=BD=D1=8B=D1=85=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=20=D1=81?= =?utf8?q?=D0=B1=D0=BE=D1=80=D0=BA=D0=B8=20=D1=84=D0=B0=D0=B9=D0=BB=D0=BE?= =?utf8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- slides/0000 - LaTeX Stub/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slides/0000 - LaTeX Stub/Makefile b/slides/0000 - LaTeX Stub/Makefile index b8004b4..f5241c8 100644 --- a/slides/0000 - LaTeX Stub/Makefile +++ b/slides/0000 - LaTeX Stub/Makefile @@ -18,6 +18,8 @@ all: clean: rm -f *.log *.aux *.out *.snm *.nav *.toc *.vrb + rm -f "$(TOP_DIR)/theme_setup.tex" + rm -rf "$(TOP_DIR)/_minted" $(foreach theme,$(THEMES), rm -f "$(TOP_DIR)/themes.nonfree/$(theme)/fonts/fonts.conf";) $(foreach theme,$(THEMES), rm -rf "$(TOP_DIR)/themes.nonfree/$(theme)/fonts-cache";) -- 2.47.3