summaryrefslogtreecommitdiff
path: root/flash-memory/ubi
diff options
context:
space:
mode:
Diffstat (limited to 'flash-memory/ubi')
-rw-r--r--flash-memory/ubi/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/flash-memory/ubi/Makefile b/flash-memory/ubi/Makefile
index 7397dd4..4663d52 100644
--- a/flash-memory/ubi/Makefile
+++ b/flash-memory/ubi/Makefile
@@ -1,7 +1,8 @@
all:
- pdflatex pres_ubi_de.tex
- pdflatex handout_ubi_de.tex
- pdflatex handout_ubi_de.tex
+ for pdf in `ls -1 *.tex` ; do \
+ pdflatex $$pdf; \
+ pdflatex $$pdf; \
+ done
clean:
rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out