# HG changeset patch
# User Andrey Skvortsov <andrej.skvortzov@gmail.com>
# Date 1502277080 -10800
# Node ID e0cefb1d52067641a841e676224564582c19360e
# Parent  89824afffef2876cb8d7210dea599e014eb49099
build missing pot files, when building HTML documentation

diff -r 89824afffef2 -r e0cefb1d5206 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