fix some build mistakes

This commit is contained in:
2025-10-02 12:11:34 +02:00
parent 26d861b72a
commit f31bcaddec
2 changed files with 4 additions and 3 deletions

View File

@@ -10,7 +10,8 @@ watch_example:
example: example.pdf example: example.pdf
TO_PACK := $(shell find template -type f) template/LICENSE TO_PACK := $(shell find template -type f) template/LICENSE
PACK_TARGETS := $(TO_PACK:%=pack/tultemplate2/%) pack/tultemplate2/example.typ PACK_TARGETS := $(TO_PACK:%=pack/tultemplate2/%) pack/tultemplate2/example.typ \
pack/tultemplate2/citations.bib
.PHONY: pack .PHONY: pack
pack: pack/tultemplate2.zip pack: pack/tultemplate2.zip
@@ -25,7 +26,7 @@ pack/tultemplate2.zip: $(PACK_TARGETS)
rm -f $@ rm -f $@
cd pack && zip -r tultemplate2.zip tultemplate2 cd pack && zip -r tultemplate2.zip tultemplate2
pack/tultemplate2/example.typ: example.typ pack/tultemplate2/%: %
ln -f $< $@ ln -f $< $@
pack/tultemplate2/template/LICENSE: LICENSE pack/tultemplate2/template/LICENSE: LICENSE

View File

@@ -3,4 +3,4 @@
@linux @linux
@Satrapa2011 @Satrapa2011
#bibliography("citations.bib", title: "Bibliography - EN", style: "iso-690-author-date") #bibliography("citations.bib", title: "Bibliography - EN", style: "iso-690-numeric")