diff --git a/source/Makefile b/source/Makefile index 59d6f592a1f52bba988732ded4c3319056927dad..19df88dc8fc701e3cae1034bc0f97d647879bd4d 100644 --- a/source/Makefile +++ b/source/Makefile @@ -24,7 +24,7 @@ MAKEINDEX:=makeindex -q -s gind.ist -o OUTPUT:=>/dev/null 2>&1 PKGDIR:=$(shell kpsewhich --show-path=ls-R | tr : '\n' | grep texmf | grep local | head -n1) POLYPKGDIR:=$(PKGDIR)/tex/latex/polytechnique -DTXFILES:=$(shell find -name '*.dtx') +DTXFILES:=$(shell find . -name '*.dtx') GENFILES:=$(patsubst %.dtx,%.pdf,$(DTXFILES)) $(patsubst %.dtx,%.sty,$(DTXFILES)) all: package