Closed fghalasz closed 3 months ago
Changed clean_hcfiles.sh so that index.html.~~ files and .pdf.~*~ files are deleted if and only if their non-versioned file is not being tracked by git. This prevents the deletion of any files files related to pdf files checked into the repo.
PR needs to be re-reviewed.
do_hcfiles.sh now stores hcfiles.dribble in loadups/. It also stores a hcfiles-fails.txt file in loadups/ that shows just the FAILS lines from the dribble file.
These files will not be indexed by MAKE-INDEX-HTMLS, but they will be uploaded to files.interlisp.org in the doHCFILES workflow. To get them from fio, you can use:
wget https://files.interlisp.org/medley/loadups/hcfiles.dribble
wget https://files.interlisp.org/medley/loadups/hcfiles-fails.txt
Also, added a new scripts/clean_hcfiles.sh that cleans out all of the generated files from the medley directory after running do_hcfiles.sh.