fix some build mistakes
This commit is contained in:
5
Makefile
5
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
|
||||
|
@@ -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")
|
||||
|
Reference in New Issue
Block a user