diff options
| author | Manuel Traut <manut@linutronix.de> | 2011-01-27 00:52:19 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2011-01-27 00:52:19 +0100 |
| commit | 7e5883bbd6e699d1fcee0814c5a172d6348bd63c (patch) | |
| tree | 3df8a00a9727ff0e2c020d2e07304fdb00c83e3d /linux-basics/udev-basics/Makefile | |
| parent | 6fb0950420424ff27f6aa89429a763409b088ed6 (diff) | |
convert the rest to the new buildsys format
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'linux-basics/udev-basics/Makefile')
| -rw-r--r-- | linux-basics/udev-basics/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-basics/udev-basics/Makefile b/linux-basics/udev-basics/Makefile index 4663d52..d641258 100644 --- a/linux-basics/udev-basics/Makefile +++ b/linux-basics/udev-basics/Makefile @@ -1,7 +1,7 @@ all: for pdf in `ls -1 *.tex` ; do \ - pdflatex $$pdf; \ - pdflatex $$pdf; \ + TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \ + TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \ done clean: |
