diff options
Diffstat (limited to 'application-devel/devel-environment/Makefile')
| -rw-r--r-- | application-devel/devel-environment/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/application-devel/devel-environment/Makefile b/application-devel/devel-environment/Makefile index 75ad45d..4663d52 100644 --- a/application-devel/devel-environment/Makefile +++ b/application-devel/devel-environment/Makefile @@ -1,8 +1,8 @@ all: - pdflatex handout_devel-environment_de.tex - pdflatex handout_devel-environment_de.tex - pdflatex pres_devel-environment_de.tex - pdflatex hints_devel-environment_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 |
