* Makefile.in: Tweak to attempt to accomodate older texi2html.

This commit is contained in:
Christopher Faylor 2001-05-30 01:30:38 +00:00
parent b2939a814c
commit bd77a6f48d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue May 29 21:30:07 2001 Christopher Faylor <cgf@cygnus.com>
* Makefile.in: Tweak to attempt to accomodate older texi2html.
Tue May 29 16:24:46 2001 Christopher Faylor <cgf@cygnus.com>
* Makefile.in: Accomodate newer versions of docbook and openjade.

View File

@ -104,7 +104,7 @@ faq.html: $(srcdir)/faq.texinfo $(srcdir)/*.texinfo
for i in $(srcdir)/*.texinfo ; do \
sed < $$i -e 's?@file{\([fth]*p://[^}]*\)}?@strong{<A HREF="\1">\1</A>}?' \
-e 's?\([.+a-zA-Z0-9-]*@@[.a-zA-Z0-9-]*[a-zA-Z0-9]\)?<A HREF="mailto:\1">\1</A>?' >./`basename $$i` ; done; \
$(TEXI2HTML) --split -v ./faq.texinfo; \
$(TEXI2HTML) -split_chapter ./faq.texinfo; \
rm -f *.texinfo; \
[ -r faq_toc.html ] && mv faq_toc.html faq.html; exit 0