made library dependencies more dynamic

switched to absolute paths
This commit is contained in:
2024-11-27 12:52:40 +01:00
parent 0f7023da16
commit 0ae5cba75c
7 changed files with 53 additions and 37 deletions
+1 -1
View File
@@ -18,6 +18,6 @@ songsheet_a4part.pdf: songsheet_a5.pdf
songsheet_a5.pdf: songsheet.pdf
pdfjam -o $@ --nup 2x1 --paper a5paper --landscape $<
%.tex:
$(MAKE) -C .. $@
$(MAKE) -C $(TOPDIR) $@
clean_intermediate:
$(RM) songsheet_a3part.pdf songsheet_a4part.pdf songsheet_a5.pdf