diff options
author | Christopher Faylor <me@cgf.cx> | 2001-05-30 01:30:38 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-05-30 01:30:38 +0000 |
commit | bd77a6f48d9cc1954932c4a14e2423b1c28eb907 (patch) | |
tree | 213b821225996c0dcb2b6042d39c2e74c824e2e8 /winsup/doc/Makefile.in | |
parent | b2939a814cc551c7619798e41c18bc60ce6543d5 (diff) | |
download | cygnal-bd77a6f48d9cc1954932c4a14e2423b1c28eb907.tar.gz cygnal-bd77a6f48d9cc1954932c4a14e2423b1c28eb907.tar.bz2 cygnal-bd77a6f48d9cc1954932c4a14e2423b1c28eb907.zip |
* Makefile.in: Tweak to attempt to accomodate older texi2html.
Diffstat (limited to 'winsup/doc/Makefile.in')
-rw-r--r-- | winsup/doc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |