diff options
Diffstat (limited to 'linux-basics/licenses/Makefile')
| -rw-r--r-- | linux-basics/licenses/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/linux-basics/licenses/Makefile b/linux-basics/licenses/Makefile index d641258..44bdf55 100644 --- a/linux-basics/licenses/Makefile +++ b/linux-basics/licenses/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_LICENSES) += pres_licenses_en.pdf |
