From efdb8cec8ec93a5dbcd4fd7ed2d239087d88cca9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20B=C3=BChler?= <david.buhler@cea.fr>
Date: Fri, 18 Oct 2019 16:15:08 +0200
Subject: [PATCH] [Eva] Documentation: uses 'latexmk -C' to clean up temporary
 files.

Removes useless file main.idx
---
 doc/value/main.idx | 0
 doc/value/makefile | 4 +---
 2 files changed, 1 insertion(+), 3 deletions(-)
 delete mode 100644 doc/value/main.idx

diff --git a/doc/value/main.idx b/doc/value/main.idx
deleted file mode 100644
index e69de29bb2d..00000000000
diff --git a/doc/value/makefile b/doc/value/makefile
index fdced5eacaa..e7799466cb4 100644
--- a/doc/value/makefile
+++ b/doc/value/makefile
@@ -1,5 +1,3 @@
-GENERATED=main.aux main.cb main.cb2 main.log main.out main.toc main.pdf
-
 all: main
 
 .PHONY: main
@@ -21,7 +19,7 @@ else
 endif
 
 clean:
-	rm -f $(GENERATED)
+	latexmk -C -bibtex
 
 install:
 	rm -f ../manuals/eva-manual.pdf
-- 
GitLab