Skip to content

Commit

Permalink
Add correct dependency to Makefile, fix build.lua
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Jun 14, 2020
1 parent fd8fd47 commit 241c0be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ else
@[[ $(shell grep -E -c '"version": "$(version)"' package.json) -eq 1 ]] || (echo "update version in package.json before release"; exit 1)
endif

dist: check
dist: check all-dev
# use l3build for CTAN release (zip with .tds.zip)
l3build ctan --config build-ctan
# use gulp for GitHub release (zip with generated file)
Expand Down
9 changes: 0 additions & 9 deletions build-ctan.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,3 @@

-- skip all tests
includetests = {}

-- include .tds.zip in archive
packtdszip = true

-- specify some files of their correct TDS locations
tdslocations = {
"bibtex/bst/thuthesis/*.bst",
"tex/latex/thuthesis/tsinghua-name-bachelor.pdf",
}
9 changes: 9 additions & 0 deletions build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ checkconfigs = {
"testfiles/config-bib",
}

-- include .tds.zip in build output
packtdszip = true

-- specify some files of their correct TDS locations
tdslocations = {
"bibtex/bst/thuthesis/*.bst",
"tex/latex/thuthesis/tsinghua-name-bachelor.pdf",
}

typesetexe = "xelatex"
unpackexe = "xetex"

Expand Down

0 comments on commit 241c0be

Please sign in to comment.