Skip to content

Commit

Permalink
Support build in other directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 9, 2014
1 parent 596338b commit 89dec7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/makefiles/gettext.am
Expand Up @@ -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 \
Expand Down

0 comments on commit 89dec7d

Please sign in to comment.