help/Makefile.am: Use the python command chosen by the configure script

Change-Id: I7b6e2b0c7802e214b4483990d0e7e70c58b3f96b
Reviewed-on: https://code.wireshark.org/review/18042
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
PHO 2016-10-03 08:49:40 +09:00 committed by Peter Wu
parent fc234708a7
commit 8d08b3ed82
1 changed files with 2 additions and 2 deletions

View File

@ -44,6 +44,6 @@ MAINTAINERCLEANFILES = \
# Convert the FAQ to text.
faq.txt: $(srcdir)/faq.py
$(AM_V_GEN)$(srcdir)/faq.py -b >$@.tmp && \
$(srcdir)/../tools/html2text.py $@.tmp > $@ && \
$(AM_V_GEN)$(PYTHON) $(srcdir)/faq.py -b >$@.tmp && \
$(PYTHON) $(srcdir)/../tools/html2text.py $@.tmp > $@ && \
rm -f $@.tmp