Skip to content

Commit

Permalink
Stop deleting 'test*.docx' files in the clean: target. I am not at al…
Browse files Browse the repository at this point in the history
…l sure a) why they were being deleted, b) why their deletion did not cause problems before the change made in this branch.
  • Loading branch information
sydb committed Sep 30, 2023
1 parent 9af8ee4 commit d4bc93a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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/

Expand Down

0 comments on commit d4bc93a

Please sign in to comment.