summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-oxref/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-10-20 03:01:01 +0000
committerNorbert Preining <norbert@preining.info>2020-10-20 03:01:01 +0000
commit6c4fb500d344400c932c5792f94aee3e34cbe6a7 (patch)
tree1f0ea6814385527023371b2f0226a5187d0b3e44 /macros/latex/contrib/biblatex-contrib/biblatex-oxref/Makefile
parent3fdf82ec77f470d0bf97c17c3085ef2fd58ea65f (diff)
CTAN sync 202010200300
Diffstat (limited to 'macros/latex/contrib/biblatex-contrib/biblatex-oxref/Makefile')
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-oxref/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-oxref/Makefile b/macros/latex/contrib/biblatex-contrib/biblatex-oxref/Makefile
index ee024a4bf6..527f4146c6 100644
--- a/macros/latex/contrib/biblatex-contrib/biblatex-oxref/Makefile
+++ b/macros/latex/contrib/biblatex-contrib/biblatex-oxref/Makefile
@@ -7,7 +7,7 @@ AUX = aux,bbl,bcf,blg,doc,fdb_latexmk,fls,glo,gls,hd,idx,ilg,ind,listing,log,n
SHELL = bash
PWD = $(shell pwd)
TEMP := $(shell mktemp -d -t tmp.XXXXXXXXXX)
-TDIR = $(TEMP)/$(NAME)
+TDIR = $(TEMP)/$(PFX)$(NAME)
VERS = $(shell ltxfileinfo -v $(NAME).dtx)
LOCAL = $(shell kpsewhich --var-value TEXMFLOCAL)
UTREE = $(shell kpsewhich --var-value TEXMFHOME)
@@ -58,8 +58,8 @@ uninstall:
zip: all
mkdir $(TDIR)
cp $(NAME).{dtx,pdf} $(STYS:%=%-doc.pdf) README.md Makefile $(NAME).bbx $(STYS:%=%.{b,c,d}bx) $(VARS:%=$(STY1)-%.{b,c,d}bx) {american,british,english}-$(NAME).lbx $(TDIR)
- cd $(TEMP); zip -Drq $(PWD)/$(PFX)$(NAME)-$(VERS).zip $(NAME)
+ cd $(TEMP); zip -Drq $(PWD)/$(PFX)$(NAME)-$(VERS).zip $(PFX)$(NAME)
ctan: all
mkdir $(TDIR)
cp $(NAME).{dtx,pdf} $(STYS:%=%-doc.pdf) README.md Makefile $(TDIR)
- cd $(TEMP); zip -Drq $(PWD)/$(PFX)$(NAME)-$(VERS).zip $(NAME)
+ cd $(TEMP); zip -Drq $(PWD)/$(PFX)$(NAME)-$(VERS).zip $(PFX)$(NAME)