summaryrefslogtreecommitdiff
path: root/frameworks/gui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'frameworks/gui/Makefile')
-rw-r--r--frameworks/gui/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/frameworks/gui/Makefile b/frameworks/gui/Makefile
index b39751d..4663d52 100644
--- a/frameworks/gui/Makefile
+++ b/frameworks/gui/Makefile
@@ -1,8 +1,8 @@
all:
-# pdflatex handout_middleware.tex
-# pdflatex handout_middleware.tex
-# pdflatex pres_*.tex
-# pdflatex hints_*.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