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 00:25:21 +0400
committerChristopher Faylor <me@cgf.cx>2001-05-30 00:25:21 +0400
commit98ae4ae7d5650711241fefaaccf0063e0a142b21 (patch)
treeed308723f7d049f0c008dac36eaae4237720ec8b /winsup/doc/Makefile.in
parent4c172dcc9db078c042dd5715c197ecc21103800b (diff)
* Makefile.in: Accomodate newer versions of docbook and openjade.
Diffstat (limited to 'winsup/doc/Makefile.in')
-rw-r--r--winsup/doc/Makefile.in15
1 files changed, 8 insertions, 7 deletions
diff --git a/winsup/doc/Makefile.in b/winsup/doc/Makefile.in
index 2abc34f16..740f12a8c 100644
--- a/winsup/doc/Makefile.in
+++ b/winsup/doc/Makefile.in
@@ -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:
@@ -87,25 +87,26 @@ cygwin-api-int.sgml : cygwin-api.in.sgml ./doctool Makefile
-ps2pdf $< $@
%.info: %.texinfo
- -$(MAKEINFO) -I$(srcdir) $<
+ -$(MAKEINFO) -I $(srcdir) $<
%.txt: %.texinfo
- -$(MAKEINFO) -I$(srcdir) $<
+ -$(MAKEINFO) -I $(srcdir) $<
%.html: %.texinfo
- -$(TEXI2HTML) -I$(srcdir) $<
+ -$(TEXI2HTML) -I $(srcdir) $<
readme.txt: $(srcdir)/readme.texinfo $(srcdir)/*.texinfo
-$(MAKEINFO) -I$(srcdir) --no-split --no-headers $< -o - |\
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 \