Adding a dependency to the extract target
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user