aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-05-30 01:30:38 +0000
committerChristopher Faylor <me@cgf.cx>2001-05-30 01:30:38 +0000
commitbd77a6f48d9cc1954932c4a14e2423b1c28eb907 (patch)
tree213b821225996c0dcb2b6042d39c2e74c824e2e8
parentb2939a814cc551c7619798e41c18bc60ce6543d5 (diff)
downloadnewlib-bd77a6f48d9cc1954932c4a14e2423b1c28eb907.zip
newlib-bd77a6f48d9cc1954932c4a14e2423b1c28eb907.tar.gz
newlib-bd77a6f48d9cc1954932c4a14e2423b1c28eb907.tar.bz2
* Makefile.in: Tweak to attempt to accomodate older texi2html.
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 2dbf121..35a488a 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -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.
diff --git a/winsup/doc/Makefile.in b/winsup/doc/Makefile.in
index 740f12a..70deb64 100644
--- a/winsup/doc/Makefile.in
+++ b/winsup/doc/Makefile.in
@@ -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