From f31bcaddec389dfc64a63f1e03068734567175c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mekina?= Date: Thu, 2 Oct 2025 12:11:34 +0200 Subject: [PATCH] fix some build mistakes --- Makefile | 5 +++-- tests/citations_en.typ | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 623eefc..d1cb0f6 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,8 @@ watch_example: example: example.pdf 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 pack: pack/tultemplate2.zip @@ -25,7 +26,7 @@ pack/tultemplate2.zip: $(PACK_TARGETS) rm -f $@ cd pack && zip -r tultemplate2.zip tultemplate2 -pack/tultemplate2/example.typ: example.typ +pack/tultemplate2/%: % ln -f $< $@ pack/tultemplate2/template/LICENSE: LICENSE diff --git a/tests/citations_en.typ b/tests/citations_en.typ index 4db07d9..5362a74 100644 --- a/tests/citations_en.typ +++ b/tests/citations_en.typ @@ -3,4 +3,4 @@ @linux @Satrapa2011 -#bibliography("citations.bib", title: "Bibliography - EN", style: "iso-690-author-date") +#bibliography("citations.bib", title: "Bibliography - EN", style: "iso-690-numeric")