all:	translate glue
	echo "KONEC!"
translate:
	cat original | java -classpath google-api-translate-java-0.92.jar Main > translations
	cat translations| recode-sr-latin > translations_latin
	cp translations_latin google_slsr_tst
	cp original google_slsr_src
	cp reference google_slsr_ref
glue:
	./interleave original translations_latin reference > google_slen_all