summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHolger Dengler <dengler@linutronix.de>2018-01-18 18:02:30 +0100
committerHolger Dengler <dengler@linutronix.de>2018-04-17 15:28:07 +0200
commit44797f7be06e047c2ecd56189c5bb11e7edf854f (patch)
tree534eb3fd2b85c3c07c60beadbb68265e5a406d5b /.gitignore
parent3f9156050b11fa26ea6ffbe751de8587faf13df3 (diff)
build: replace build command
Building latex files may require to re-run the build command more than once. The make target rules are normally called once. Make also does not check the dependencies, which are caused by tex statements (like \input{} or \includegraphics{}). Both problems are solved by latexmk. This wrapper scans all dependencies in the .tex file and calls the latex-command until all depending steps are resolved. The call of the build-command is forced in make, because the checking, if a tex-file requires a rebuild is done by latexmk. Signed-off-by: Holger Dengler <dengler@linutronix.de>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 2 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 0e07b00..a8010fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,14 +8,8 @@
*.out
*.snm
*.vrb
-*/*/*.pdf
-*/*/*.aux
-*/*/*.log
-*/*/*.nav
-*/*/*.toc
-*/*/*.out
-*/*/*.snm
-*/*/*.vrb
+*.fls
+*.fdb_latexmk
*.o
*.a
kernel-devel/module-basics/vain/.*