Skip to content

Commit

Permalink
download target added
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgtied committed Mar 21, 2023
1 parent a948ce4 commit 06edba8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1930,6 +1930,18 @@ move-diff-langpairs:
done


DOWNLOAD_BASE_URL = https://object.pouta.csc.fi/Tatoeba-Challenge-${VERSION}
RELEASE_TARS = $(patsubst %,${RELEASEDIR}/%,${TATOEBA_PAIRS3})

download-release: ${RELEASE_TARS}

${RELEASE_TARS}:
wget ${DOWNLOAD_BASE_URL}/$(notdir $@).tar
tar -xf $(notdir $@).tar
rm -f $(notdir $@).tar




## fix yaml files

Expand Down

0 comments on commit 06edba8

Please sign in to comment.