build missing pot files, when building HTML documentation
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Wed, 09 Aug 2017 14:11:20 +0300
changeset 1723 e0cefb1d5206
parent 1722 89824afffef2
child 1724 fde6ad246866
build missing pot files, when building HTML documentation
doc/Makefile
--- a/doc/Makefile	Mon Aug 07 14:28:29 2017 +0300
+++ b/doc/Makefile	Wed Aug 09 14:11:20 2017 +0300
@@ -38,6 +38,8 @@
 endef
 $(foreach lang, $(langs), $(eval $(call by_lang,$(lang))))
 
+%.pot : gettext
+	echo "Build missing pot files"
 
 all: $(sitelist)
 	mkdir -p $(BUILDDIR)/final