Makefile
changeset 5 9d50eeadcc33
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Sat Mar 17 02:40:40 2007 +0100
@@ -0,0 +1,12 @@
+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