Fix Makefile cntd.
This commit is contained in:
parent
89956c72a8
commit
480e0cdea9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user