Skip to content

Commit

Permalink
Added lang override
Browse files Browse the repository at this point in the history
  • Loading branch information
sesquideus committed Nov 26, 2024
1 parent 427e661 commit 7bc9f56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ build/core/i18n: \
# DeGeŠ convert Markdown file to TeX (for XeLaTeX)
# THIS IS CURRENTLY HARDCODED TO WORK IN SLOVAK ONLY, OVERRIDE THIS IN MODULE!
build/%.tex: source/%.md
ifdef lang
$(call pandoctex,$(lang))
else
$(call pandoctex,sk)
endif

# Copy TeX files from source to build
build/%.tex: source/%.tex
Expand Down

0 comments on commit 7bc9f56

Please sign in to comment.