equal
deleted
inserted
replaced
140 ALL_C5_FILES := $(C5_FILES) dist/dictd/gadict_en-ru.c5 dist/dictd/gadict_en-uk.c5 |
140 ALL_C5_FILES := $(C5_FILES) dist/dictd/gadict_en-ru.c5 dist/dictd/gadict_en-uk.c5 |
141 DICT_FILES := $(C5_FILES:.c5=.dict) |
141 DICT_FILES := $(C5_FILES:.c5=.dict) |
142 DICTDZ_FILES := $(C5_FILES:.c5=.dict.dz) |
142 DICTDZ_FILES := $(C5_FILES:.c5=.dict.dz) |
143 INDEX_FILES := $(C5_FILES:.c5=.index) |
143 INDEX_FILES := $(C5_FILES:.c5=.index) |
144 |
144 |
|
145 SRS_TAB_FILES := $(patsubst %.gadict,dist/srs/%.tab.txt,$(GADICT_FILES)) |
|
146 |
145 RST_TMPL_FILE = dist/misc/rst.tmpl |
147 RST_TMPL_FILE = dist/misc/rst.tmpl |
146 RST_CSS_FILE = www/tmpl/rst.css |
148 RST_CSS_FILE = www/tmpl/rst.css |
147 |
149 |
148 RST_FILES := $(wildcard www/*.rst) |
150 RST_FILES := $(wildcard www/*.rst) |
149 RST_HTML_FILES := $(patsubst www/%.rst,dist/www/%.html,$(RST_FILES)) |
151 RST_HTML_FILES := $(patsubst www/%.rst,dist/www/%.html,$(RST_FILES)) |
385 python3 -B py/gadict_c5.py $< $@ en |
387 python3 -B py/gadict_c5.py $< $@ en |
386 |
388 |
387 dist/dictd/: |
389 dist/dictd/: |
388 mkdir -p $@ |
390 mkdir -p $@ |
389 |
391 |
|
392 .PHONY: srs |
|
393 srs: $(SRS_TAB_FILES) |
|
394 |
|
395 dist/srs/gadict_en-ru+uk.tab.txt: gadict_en-ru+uk.gadict py/gadict.py py/gadict_srs_tab.py $(MAKEFILE_LIST) | dist/srs/ |
|
396 python3 -B py/gadict_srs_tab.py $< $@ ru,uk |
|
397 |
|
398 dist/srs/gadict_voa.tab.txt: gadict_voa.gadict py/gadict.py py/gadict_srs_tab.py $(MAKEFILE_LIST) | dist/srs/ |
|
399 python3 -B py/gadict_srs_tab.py $< $@ |
|
400 |
|
401 dist/srs/: |
|
402 mkdir -p $@ |
|
403 |
390 ################################################################ |
404 ################################################################ |
391 # Install/uninstall targets. |
405 # Install/uninstall targets. |
392 |
406 |
393 .PHONY: install |
407 .PHONY: install |
394 install: $(DICTDZ_FILES) $(INDEX_FILES) |
408 install: $(DICTDZ_FILES) $(INDEX_FILES) |