made library dependencies more dynamic
switched to absolute paths
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user