diff options
Diffstat (limited to 'linux-basics/boot-process-basics/Makefile')
| -rw-r--r-- | linux-basics/boot-process-basics/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/linux-basics/boot-process-basics/Makefile b/linux-basics/boot-process-basics/Makefile index d641258..e313285 100644 --- a/linux-basics/boot-process-basics/Makefile +++ b/linux-basics/boot-process-basics/Makefile @@ -1,9 +1 @@ -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_BOOT_PROCESS_BASIC) += pres_boot-process-basics_de.pdf |
