target for extracting text from all wikis

This commit is contained in:
Joerg Tiedemann 2020-03-20 15:32:29 +02:00
parent fd6db4e93a
commit 87551ac387

View File

@ -91,6 +91,10 @@ all-wikis: ${LANGPAIR}/${MODELNAME}/decoder.yml
fi \
done
all-wikitext:
for w in ${WIKISOURCES}; do \
${MAKE} WIKISOURCE=$$w extract-text; \
done
all-wikilangs: index.html
for l in ${WIKILANGS}; do \