summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2018-04-17build: replace build commandHolger Dengler
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>
2015-02-05lx-trainer: add documentation and scriptsManuel Traut
this moves also the elbe-xml into a lx-trainer directory. Signed-off-by: Manuel Traut <manut@linutronix.de>
2015-01-12update gitignoreManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2013-12-27Add .config and .config.old to .gitignore fileJan Altenberg
2013-12-27Update all topics for KconfigJan Altenberg
2013-05-13Implement Kconfig build systemChristian Eppler
Signed-off-by: Christian Eppler <c.eppler@linutonix.de>
2011-02-03updated gitignoreManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2010-09-29updated .gitignoreManuel Traut
Signed-off-by: Manuel Traut <manut@linutronix.de>
2009-06-09Add .gitignore to make it workThomas Gleixner