Explorar o código

Update Makefile

Guangshuo Chen %!s(int64=7) %!d(string=hai) anos
pai
achega
cf1142801b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      source/Makefile

+ 1 - 1
source/Makefile

@@ -24,7 +24,7 @@ MAKEINDEX:=makeindex -q -s gind.ist -o
24 24
 OUTPUT:=>/dev/null 2>&1
25 25
 PKGDIR:=$(shell kpsewhich --show-path=ls-R | tr : '\n' | grep texmf | grep local | head -n1)
26 26
 POLYPKGDIR:=$(PKGDIR)/tex/latex/polytechnique
27
-DTXFILES:=$(shell find -name '*.dtx')
27
+DTXFILES:=$(shell find . -name '*.dtx')
28 28
 GENFILES:=$(patsubst %.dtx,%.pdf,$(DTXFILES)) $(patsubst %.dtx,%.sty,$(DTXFILES))
29 29
 
30 30
 all: package