diff options
Diffstat (limited to 'realtime/rt-basics/Makefile')
| -rw-r--r-- | realtime/rt-basics/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/realtime/rt-basics/Makefile b/realtime/rt-basics/Makefile index d641258..8c08038 100644 --- a/realtime/rt-basics/Makefile +++ b/realtime/rt-basics/Makefile @@ -1,9 +1,2 @@ -all: - for pdf in `ls -1 *.tex` ; do \ - TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \ - TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \ - done - -clean: - rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out - +obj-$(CONFIG_REALTIME_BASICS) += pres_rt-basics_de.pdf +obj-handout-$(CONFIG_REALTIME_BASICS) += handout_rt-basics_de.pdf |
