aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-07-20 13:18:08 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-07-20 13:18:08 +0000
commit1fcec258e186a2f31e70142e0fa6c26b13bdf24b (patch)
tree041572602fd3c0697042fcf94c718c9f5e234f2a /Makefile.am
parent3559437b96623b99848acdd7e68f26b0ced6cdfe (diff)
downloadfetchmail-1fcec258e186a2f31e70142e0fa6c26b13bdf24b.tar.gz
fetchmail-1fcec258e186a2f31e70142e0fa6c26b13bdf24b.tar.bz2
fetchmail-1fcec258e186a2f31e70142e0fa6c26b13bdf24b.zip
Fix leftover bug from testing.
svn path=/trunk/; revision=4136
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 58892b41..f4a2eb41 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -90,7 +90,7 @@ NOTES: design-notes.html esrs-design-notes.html
echo "This file contains two articles reformatted from HTML." > $@ \
&& echo "------------------------------------------------------" >> $@ \
&& echo "" >> $@ \
- && AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txtx $(srcdir)/design-notes.html >>$@ \
+ && AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/design-notes.html >>$@ \
&& AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/esrs-design-notes.html >>$@ \
|| { rm -f $@ ; exit 1 ; }