aboutsummaryrefslogtreecommitdiffstats
path: root/help/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'help/Makefile.nmake')
-rw-r--r--help/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/Makefile.nmake b/help/Makefile.nmake
index 3eee3bcee7..b8f75540f8 100644
--- a/help/Makefile.nmake
+++ b/help/Makefile.nmake
@@ -10,7 +10,7 @@ include ..\config.nmake
all: faq.txt
faq.txt: faq.py
- $(PYTHON) faq.py | $(HTML2TXT) > $@
+ $(PYTHON) faq.py -b | $(PYTHON) $(TOOLS_DIR)\html2text.py > $@
clean:
rm -rf faq.txt