Adding a dependency to the extract target
This commit is contained in:
parent
82ae1b6f0c
commit
df2cf95efa
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ pdftotext:
|
||||
@find ./data -iname '*.pdf' -execdir pdftotext {} \;
|
||||
@find ./data -not \( -path ./data/text -prune \) -iname '*.txt' -exec mv {} './data/text/' ';'
|
||||
|
||||
extract:
|
||||
extract: pdftotext
|
||||
@perl extract_urls.pl data/text/*.txt > $$(date +"output/links-%FT%T.txt")
|
||||
|
||||
init:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user