From 89dec7d33b6a6c65bf5e729ab60eb15217330449 Mon Sep 17 00:00:00 2001 From: Kouhei Sutou Date: Sat, 9 Aug 2014 17:20:26 +0900 Subject: [PATCH] Support build in other directory --- build/makefiles/gettext.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/makefiles/gettext.am b/build/makefiles/gettext.am index a14af89fa2..eb5d0efa6c 100644 --- a/build/makefiles/gettext.am +++ b/build/makefiles/gettext.am @@ -42,7 +42,8 @@ pdf: build gettext: rm *.pot || true $(SPHINX_BUILD_COMMAND) -d doctrees -b gettext $(ALLSPHINXOPTS) . - xgettext --language Python --output conf.pot ../../../source/conf.py + xgettext --language Python --output conf.pot \ + $(top_srcdir)/doc/source/conf.py init: gettext for pot in *.pot; do \