From 1fc2a294c8eb8ca3dc2cc845565a83e545e7dc1d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 15 Feb 2015 19:37:16 +0100 Subject: [PATCH] =?utf8?q?"make=20clean"=20sma=C5=BEe=20t=C3=A9=C5=BE=20*.?= =?utf8?q?lot?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Kde ten LaTeX bere invenci na takováhle jména souborů? :-) --- cs/Makefile | 2 +- en/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cs/Makefile b/cs/Makefile index e98c33f..29300d7 100644 --- a/cs/Makefile +++ b/cs/Makefile @@ -6,5 +6,5 @@ prace.pdf: prace.tex $(wildcard *.tex) pdflatex $< clean: - rm -f *.log *.dvi *.aux *.toc *.lof *.out + rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out rm -f prace.pdf diff --git a/en/Makefile b/en/Makefile index 0588378..4c53940 100644 --- a/en/Makefile +++ b/en/Makefile @@ -6,5 +6,5 @@ thesis.pdf: thesis.tex $(wildcard *.tex) pdflatex $< clean: - rm -f *.log *.dvi *.aux *.toc *.lof *.out + rm -f *.log *.dvi *.aux *.toc *.lof *.lot *.out rm -f thesis.pdf -- 2.39.2