···8899echo "TEXINPUTS=$TEXINPUTS"
10101111+source convert_xml.sh
1212+1113function relative_to_project_root() {
1214 local target=$1
1315 local common_part=$PROJECT_ROOT
···4244 just copy "$CHANGED_FILE_RELATIVE"
4345 elif [[ $CHANGED_FILE == *".tree" ]]; then
4446 just forest
4747+ # only convert the modified tree's xml to html
4848+ # do not take affected trees into account, for now
4949+ convert_xml_to_html "./output/forest/${CHANGED_FILE_BASENAME%.*}/index.xml"
4550 elif [[ $CHANGED_FILE == *".tex" ]]; then
4651 # even with full rebuild, updates to preambles are NOT reflected
4752 # ./build.sh
···64696570touch build/live/trigger.txt
66716767-source convert_xml.sh
6868-6972# Post-process: Convert HTML files for tree or XSL changes
7073if [[ $CHANGED_FILE == *".xsl" ]]; then
7174 XSL_CHANGED=1 convert_xml_files true
7272-elif [[ $CHANGED_FILE == *".tree" ]]; then
7373- convert_xml_files true
7575+# elif [[ $CHANGED_FILE == *".tree" ]]; then
7676+ # convert_xml_files true
7477fi
7578