Makefile
author viric@llimona
Sat, 17 Mar 2007 02:40:40 +0100
changeset 5 9d50eeadcc33
permissions -rw-r--r--
Mi finfaris la kreilon por dict-vortaro.

HTMLDIR?=html-reencoded

BASE=de-diego

$(BASE).dict.dz: $(BASE).dict
	dictzip $(BASE).dict

$(BASE).dict: $(BASE).txt
	dictfmt -j $(BASE) --locale="es_ES.UTF-8" -s "Gran Diccionario EspaƱol-Esperanto de Fernando de Diego" -u "http://www.esperanto-es.net/diccionario/" --without-info < $(BASE).txt

$(BASE).txt: vortaro.pl
	./vortaro.pl $(HTMLDIR) > $(BASE).txt