From 1fcec258e186a2f31e70142e0fa6c26b13bdf24b Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 20 Jul 2005 13:18:08 +0000 Subject: Fix leftover bug from testing. svn path=/trunk/; revision=4136 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 ; } -- cgit v1.2.3