diff options
Diffstat (limited to 'linux-basics/what-is-linux/Makefile')
| -rw-r--r-- | linux-basics/what-is-linux/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/linux-basics/what-is-linux/Makefile b/linux-basics/what-is-linux/Makefile index d641258..3e4d2d3 100644 --- a/linux-basics/what-is-linux/Makefile +++ b/linux-basics/what-is-linux/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_LINUX_LINUX) += hints_what-is-linux_de.pdf pres_what-is-linux_de.pdf +obj-handout-$(CONFIG_LINUX_LINUX) += handout_what-is-linux_de.pdf |
