Skip to content

Commit

Permalink
fix location of .tds.zip in ctan package
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Gesang authored and phi-gamma committed Dec 2, 2015
1 parent 6c7dc9a commit 60e01cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ $(CTAN_ZIP): $(SOURCE) $(COMPILED) $(TDS_ZIP)
@echo "Making $@ for CTAN upload."
@$(RM) -rf -- $@ ./luatexbase
@mkdir ./luatexbase
@cp $^ ./luatexbase/
@zip -r9 $@ luatexbase/ >/dev/null
@cp $(filter-out $(TDS_ZIP),$^) ./luatexbase/
@zip -r9 $@ luatexbase/ $(TDS_ZIP) >/dev/null

$(TDS_ZIP): TEXMFROOT=./tmp-texmf
$(TDS_ZIP): $(ALL_FILES)
Expand Down

0 comments on commit 60e01cb

Please sign in to comment.