diff options
Diffstat (limited to 'linux-basics/filesystem-structure')
| -rw-r--r-- | linux-basics/filesystem-structure/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linux-basics/filesystem-structure/Makefile b/linux-basics/filesystem-structure/Makefile index 1e609fd..4663d52 100644 --- a/linux-basics/filesystem-structure/Makefile +++ b/linux-basics/filesystem-structure/Makefile @@ -1,8 +1,8 @@ all: - pdflatex pres_file-system-structure_de.tex - pdflatex hints_file-system-structure_de.tex - pdflatex handout_file-system-structure_de.tex - pdflatex handout_file-system-structure_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 |
