diff options
Diffstat (limited to 'application-devel/app-debugging/Makefile')
| -rw-r--r-- | application-devel/app-debugging/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/application-devel/app-debugging/Makefile b/application-devel/app-debugging/Makefile index d641258..aa043f0 100644 --- a/application-devel/app-debugging/Makefile +++ b/application-devel/app-debugging/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_APPLICATION_DEBUGGING) += pres_app-debugging_de.pdf +obj-handout-$(CONFIG_APPLICATION_DEBUGGING) += handout_app-debugging_de.pdf |
