Fix Makefile cntd.

This commit is contained in:
Filip Gralinski 2022-06-06 20:17:42 +02:00
parent 89956c72a8
commit 480e0cdea9

View File

@ -83,8 +83,7 @@ endif
endif endif
ifeq ($(SENTENCE_EXTRACTION_METHOD),from-tex) ifeq ($(SENTENCE_EXTRACTION_METHOD),from-tex)
sentences.txt: $(PAPER_ID).tex helpers/get-sentences.sh helpers/pdf-to-plain-text.sh helpers/strip-refere sentences.txt: $(PAPER_ID).tex helpers/get-sentences.sh helpers/pdf-to-plain-text.sh helpers/strip-references.pl
nces.pl
bash helpers/get-sentences.sh $< from-tex > $@ bash helpers/get-sentences.sh $< from-tex > $@
else else
sentences.txt: $(PAPER_ID).pdf helpers/get-sentences.sh helpers/pdf-to-plain-text.sh helpers/strip-references.pl sentences.txt: $(PAPER_ID).pdf helpers/get-sentences.sh helpers/pdf-to-plain-text.sh helpers/strip-references.pl