From d4bc93aeb8dec81717380ffb6f2377d8fefb890e Mon Sep 17 00:00:00 2001 From: Syd Bauman Date: Sat, 30 Sep 2023 15:38:34 -0400 Subject: [PATCH] Stop deleting 'test*.docx' files in the clean: target. I am not at all sure a) why they were being deleted, b) why their deletion did not cause problems before the change made in this branch. --- Test/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Test/Makefile b/Test/Makefile index 6aebdabc1..cc72de836 100644 --- a/Test/Makefile +++ b/Test/Makefile @@ -362,9 +362,6 @@ test-latex: actual test-fo: actual @echo "--------- Test/Makefile target=$@" $(SAXON) -o:$(AR)/test.fo test.xml ../fo/fo.xsl $(SAXONOPT) - @echo "Debug:" - find . -name 'oddbyexample.*' - @echo ":gudeD" $(JING) fo.xsd $(AR)/test.fo if [ $(DIFFNOW) -eq 1 ]; \ then diff $(AR)/test.fo $(ER)/test.fo; \ @@ -466,7 +463,6 @@ test-odt: test.rng test-from-docx: test.rng @echo "--------- Test/Makefile target=$@" - $(BINDIR)/docxtotei $(FLAGS) test-indexes.docx temp.xml xmllint --format temp.xml | perl cleanup.pl > $(AR)/test-indexes.xml && rm temp.xml $(JING) $(AR)/test.rng $(AR)/test-indexes.xml @@ -815,7 +811,7 @@ profile: clean: @echo "--------- Test/Makefile target=$@" (cd ..; for i in css/*; do rm -f `basename $$i`;done) - rm -f teitopdf.result.* test*.docx *~ + rm -f teitopdf.result.* *~ rm -f dcr.tmp xml.tmp rm -fr $(AR)/ charts/ embeddings/ media/ Pictures/