summaryrefslogtreecommitdiff
path: root/kernel-devel/char-device
diff options
context:
space:
mode:
Diffstat (limited to 'kernel-devel/char-device')
-rw-r--r--kernel-devel/char-device/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/kernel-devel/char-device/Makefile b/kernel-devel/char-device/Makefile
index 88cb315..4663d52 100644
--- a/kernel-devel/char-device/Makefile
+++ b/kernel-devel/char-device/Makefile
@@ -1,9 +1,9 @@
-PART=char-device
-
all:
- pdflatex pres_$(PART)_de.tex
-# pdflatex hints_$(PART)_de.tex
-# pdflatex handout_$(PART)_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
+