Guangshuo Chen před 7 roky
rodič
revize
cf1142801b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      source/Makefile

+ 1 - 1
source/Makefile

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