Navigation Menu

Skip to content

Commit

Permalink
doc: remove needless target
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 14, 2014
1 parent 7225423 commit 943c713
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build/makefiles/gettext.am
Expand Up @@ -54,17 +54,6 @@ gettext:
$(SPHINX_BUILD_COMMAND) -d doctrees -b gettext $(ALLSPHINXOPTS) .
xgettext --language Python --output conf.pot ../../../source/conf.py

init: gettext
for pot in *.pot; do \
edit_po=`basename $${pot} | sed -e 's,pot$$,edit,g'`; \
test "$(FORCE_INIT)" = "yes" -o ! -f $${edit_po} && \
msginit --input=$${pot} --output-file=$${edit_po} --locale=$(LOCALE); \
:; \
done

reinit:
$(MAKE) FORCE_INIT=yes init

pot-build-stamp: $(absolute_source_files)
$(MAKE) gettext
@touch $@
Expand Down

0 comments on commit 943c713

Please sign in to comment.