equal
deleted
inserted
replaced
216 deploy: deploy2defun deploy2sf |
216 deploy: deploy2defun deploy2sf |
217 |
217 |
218 .PHONY: deploy-src deploy-hg |
218 .PHONY: deploy-src deploy-hg |
219 deploy-src deploy-hg: deploy2defun-hg deploy2sf-hg |
219 deploy-src deploy-hg: deploy2defun-hg deploy2sf-hg |
220 |
220 |
|
221 .PHONY: deploy-html |
|
222 deploy-html: deploy2defun-html deploy2sf-html |
|
223 |
221 .PHONY: release |
224 .PHONY: release |
222 release: release2defun release2sf |
225 release: release2defun release2sf |
223 |
226 |
224 .PHONY: release2defun |
227 .PHONY: release2defun |
225 release2defun: validate-release deploy2defun |
228 release2defun: validate-release deploy2defun |
639 dist/anki/ dist/srs/: |
642 dist/anki/ dist/srs/: |
640 mkdir -p $@ |
643 mkdir -p $@ |
641 |
644 |
642 .PHONY: html |
645 .PHONY: html |
643 html: $(DICT_HTML_FILES) |
646 html: $(DICT_HTML_FILES) |
|
647 |
|
648 dist/html/gadict_voa.html: gadict_voa.gadict py/gadict.py py/gadict_html.py $(VOA_FREQLIST_DEP) $(MAKEFILE_LIST) | dist/html/ |
|
649 python3 -B py/gadict_html.py $(VOA_FREQLIST_OPT) $< $@ |
644 |
650 |
645 dist/html/%.html: %.gadict py/gadict.py py/gadict_html.py $(FREQLIST_DEP) $(MAKEFILE_LIST) | dist/html/ |
651 dist/html/%.html: %.gadict py/gadict.py py/gadict_html.py $(FREQLIST_DEP) $(MAKEFILE_LIST) | dist/html/ |
646 python3 -B py/gadict_html.py $(FREQLIST_OPT) $< $@ |
652 python3 -B py/gadict_html.py $(FREQLIST_OPT) $< $@ |
647 |
653 |
648 dist/html/: |
654 dist/html/: |