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 de0b0bd1d2
7 changed files with 53 additions and 37 deletions
+1 -8
View File
@@ -8,12 +8,5 @@
small_footer = 0
lent = 0
meditations = 0
config_dir = '../config'
library_dir = '../library'
propers_dir = '../propers/'
-%]
[% PROCESS "${config_dir}/variables.tt";
IF proper != '';
PROCESS "${propers_dir}/${proper}.tt";
END;
-%]
[% PROCESS "${config_dir}/variables.tt" -%]