Fix faq-faq0 snafu.

This commit is contained in:
Joshua Daniel Franklin 2004-06-15 03:23:23 +00:00
parent e52db4e16d
commit 8caaf6cd6f
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ faq0.html: $(srcdir)/faq.texinfo $(srcdir)/*.texinfo
-e 's?\([.+a-zA-Z0-9-]*@@[.a-zA-Z0-9-]*[a-zA-Z0-9]\)?<A HREF="mailto:\1">\1</A>?' >./`basename $$i` ; done; \
$(TEXI2HTML) -monolithic ./faq.texinfo; \
rm -f *.texinfo; \
sed -e 's;faq.html;faq0.html;g' faq.html > faq0.html; \
sed -e 's;"faq.html;"faq0.html;g' faq.html > faq0.html; \
rm -f faq.html; exit 0
faq.html: $(srcdir)/faq.texinfo $(srcdir)/*.texinfo