aboutsummaryrefslogtreecommitdiffstats
path: root/help/Makefile.am
diff options
context:
space:
mode:
authorPHO <pho@cielonegro.org>2016-10-03 08:49:40 +0900
committerPeter Wu <peter@lekensteyn.nl>2016-10-04 01:40:24 +0000
commit8d08b3ed82b452419dcf485ed42a350073ccbf27 (patch)
treeb63deaa19d4d9074279a2bb9440d9ce61d821036 /help/Makefile.am
parentfc234708a7d3837b6d705f06a0bd46651a01f6a5 (diff)
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>
Diffstat (limited to 'help/Makefile.am')
-rw-r--r--help/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
index a32220ada7..1e932fd24f 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -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