# HG changeset patch # User Oleksandr Gavenko # Date 1492888484 -10800 # Node ID ed8a84d9566fe447f31f4cc518264dcb180dca96 # Parent 8fe8a90e11b3632cac1db8cf4a07236de75c9b38 No need to include VOA marked in VOA HTML. diff -r 8fe8a90e11b3 -r ed8a84d9566f Makefile --- a/Makefile Sat Apr 22 22:12:03 2017 +0300 +++ b/Makefile Sat Apr 22 22:14:44 2017 +0300 @@ -218,6 +218,9 @@ .PHONY: deploy-src deploy-hg deploy-src deploy-hg: deploy2defun-hg deploy2sf-hg +.PHONY: deploy-html +deploy-html: deploy2defun-html deploy2sf-html + .PHONY: release release: release2defun release2sf @@ -642,6 +645,9 @@ .PHONY: html html: $(DICT_HTML_FILES) +dist/html/gadict_voa.html: gadict_voa.gadict py/gadict.py py/gadict_html.py $(VOA_FREQLIST_DEP) $(MAKEFILE_LIST) | dist/html/ + python3 -B py/gadict_html.py $(VOA_FREQLIST_OPT) $< $@ + dist/html/%.html: %.gadict py/gadict.py py/gadict_html.py $(FREQLIST_DEP) $(MAKEFILE_LIST) | dist/html/ python3 -B py/gadict_html.py $(FREQLIST_OPT) $< $@