No need to include VOA marked in VOA HTML.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 22 Apr 2017 22:14:44 +0300
changeset 837 ed8a84d9566f
parent 836 8fe8a90e11b3
child 838 c0ff979d2854
No need to include VOA marked in VOA HTML.
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) $< $@