diff options
Diffstat (limited to 'linux-basics/linux-mm-basics')
| -rw-r--r-- | linux-basics/linux-mm-basics/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linux-basics/linux-mm-basics/Makefile b/linux-basics/linux-mm-basics/Makefile index 5a7cfbe..4663d52 100644 --- a/linux-basics/linux-mm-basics/Makefile +++ b/linux-basics/linux-mm-basics/Makefile @@ -1,8 +1,8 @@ all: - pdflatex pres_linux-mm-basics_en.tex - pdflatex hints_linux-mm-basics_en.tex - pdflatex handout_linux-mm-basics_en.tex - pdflatex handout_linux-mm-basics_en.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 |
