Skip to content
Snippets Groups Projects
Unverified Commit cf114280 authored by Guangshuo Chen's avatar Guangshuo Chen Committed by GitHub
Browse files

Update Makefile

parent 9030aa53
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment