fixed indents
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
docker = podman
|
||||
build_dir = build
|
||||
template_dir = templates
|
||||
config_dir = config
|
||||
docker = podman
|
||||
library_dir = library
|
||||
propers_dir = propers
|
||||
template_dir = templates
|
||||
tex_deps = $(template_dir)/*.tt $(library_dir)/*/*/*.tt $(propers_dir)/*.tt $(config_dir)/song_choices.csv $(config_dir)/qr_codes.csv $(config_dir)/variables.tt
|
||||
.PHONY: all
|
||||
all: leadsheet_collection.pdf choir_scores.pdf print_a3.pdf clean_intermediate #print_a4.pdf
|
||||
%.pdf: build
|
||||
$(MAKE) -C $(build_dir) $@
|
||||
songsheet.tex: $(template_dir)/songsheet.tt $(tex_deps) $(template_dir)/header.tt $(template_dir)/head.tt $(template_dir)/footer.tt
|
||||
%.tex: build
|
||||
$(MAKE) -C $(template_dir) $@
|
||||
clean_intermediate:
|
||||
|
||||
Reference in New Issue
Block a user