From: Mazet Laurent Date: Fri, 14 Jun 2024 13:59:27 +0000 (+0200) Subject: remove unused rules X-Git-Tag: v1.0~13 X-Git-Url: https://secure.softndesign.org/git/?a=commitdiff_plain;h=0ad1f180de5627567cb712a57dfd2c25727f9553;p=scrabble.git remove unused rules --- diff --git a/dict/makefile b/dict/makefile index b5b5117..acdcd87 100644 --- a/dict/makefile +++ b/dict/makefile @@ -27,11 +27,10 @@ DICTS = $(addsuffix .dict,$(LANGS)) #DEPEND = Makefile #MAKEFLAGS = -s -.PHONY: all required count clean low list +.PHONY: all required count clean low all: required make $(addprefix check-,$(LANGS)) - make list $(ROOT_DICT): mkdir $(ROOT_DICT) @@ -46,15 +45,6 @@ low: $(LOWS) required: ${OBJ_DIR} ${OBJ_DIR}/src.mk ${ROOT_DICT} -list: $(ROOT_DICT)/list.js - -$(ROOT_DICT)/list.js: $(wildcard $(ROOT_DICT)/*.dict) - ls -s ${ROOT_DICT}/*.dict| \ - awk 'BEGIN { printf "window.DictionaryList = {\n" } \ - { $$0 = gensub(/(.+) .*\/(.+)\.dict/, "\\1 \\2", "g"); \ - printf "\"%s\": %d,\n", $$2, $$1 } \ - END { printf "\"none\": 0\n};" }' > $@ - $(OBJ_DIR)/src.mk: echo Creation language table wget $(ASPDICT) -q -O - | \