* Makefile.in: Accomodate newer versions of docbook and openjade.

This commit is contained in:
Christopher Faylor 2001-05-29 20:25:21 +00:00
parent 4c172dcc9d
commit 98ae4ae7d5
3 changed files with 12 additions and 8 deletions

View File

@ -1,3 +1,7 @@
Tue May 29 16:24:46 2001 Christopher Faylor <cgf@cygnus.com>
* Makefile.in: Accomodate newer versions of docbook and openjade.
Thu Apr 12 23:52:00 2001 Corinna Vinschen <corinna@vinschen.de>
* cygwinenv.sgml: Add text for `check_case' option.

View File

@ -29,7 +29,7 @@ TEXI2HTML:=texi2html
include $(srcdir)/../Makefile.common
TOCLEAN:=faq.txt *.html readme.txt doctool.o doctool \
TOCLEAN:=faq.txt ./*.html readme.txt doctool.o doctool \
cygwin-ug.sgml cygwin-ug-net.sgml
.SUFFIXES:
@ -100,12 +100,13 @@ readme.txt: $(srcdir)/readme.texinfo $(srcdir)/*.texinfo
sed '/^Concept Index/,$$d' > $@
faq.html: $(srcdir)/faq.texinfo $(srcdir)/*.texinfo
-for i in $(srcdir)/*.texinfo ; do \
-rm -f faq_toc.html; \
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_chapter -v ./faq.texinfo; \
$(TEXI2HTML) --split -v ./faq.texinfo; \
rm -f *.texinfo; \
cp faq_toc.html faq.html
[ -r faq_toc.html ] && mv faq_toc.html faq.html; exit 0
TBFILES = cygwin-ug-net.dvi cygwin-ug-net.rtf cygwin-ug-net.ps \
cygwin-ug-net.pdf cygwin-ug-net.sgml \

View File

@ -5,7 +5,6 @@
@setfilename readme.txt
@include sites.texinfo
@include install.texinfo
@chapter Release Information