Fix Makefile cntd.
This commit is contained in:
parent
89956c72a8
commit
480e0cdea9
@ -83,8 +83,7 @@ endif
|
||||
endif
|
||||
|
||||
ifeq ($(SENTENCE_EXTRACTION_METHOD),from-tex)
|
||||
sentences.txt: $(PAPER_ID).tex helpers/get-sentences.sh helpers/pdf-to-plain-text.sh helpers/strip-refere
|
||||
nces.pl
|
||||
sentences.txt: $(PAPER_ID).tex helpers/get-sentences.sh helpers/pdf-to-plain-text.sh helpers/strip-references.pl
|
||||
bash helpers/get-sentences.sh $< from-tex > $@
|
||||
else
|
||||
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