diff options
Diffstat (limited to 'distribution/debian/Makefile')
| -rw-r--r-- | distribution/debian/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/distribution/debian/Makefile b/distribution/debian/Makefile index d641258..9baa59d 100644 --- a/distribution/debian/Makefile +++ b/distribution/debian/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_DEBIAN) = pres_debian.pdf |
