Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-05-30 05:30:38 +0400
committerChristopher Faylor <me@cgf.cx>2001-05-30 05:30:38 +0400
commitbd77a6f48d9cc1954932c4a14e2423b1c28eb907 (patch)
tree213b821225996c0dcb2b6042d39c2e74c824e2e8 /winsup/doc
parentb2939a814cc551c7619798e41c18bc60ce6543d5 (diff)
* Makefile.in: Tweak to attempt to accomodate older texi2html.
Diffstat (limited to 'winsup/doc')
-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 2dbf12128..35a488a46 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 740f12a8c..70deb64ba 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